#7deecc

Color #7DEECC Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7DEECC

Tints of Aquamarine #7DEECC

Color information

#7DEECC (or 0x7DEECC) is unknown color: approx Aquamarine. HEX triplet: 7D, EE and CC. RGB value is (125,238,204). Sum of RGB (Red+Green+Blue) = 125+238+204=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEECC is #821133. Grayscale: #C8C8C8. Windows color (decimal): -8524084 or 13430397. OLE color: 13430397.

HSL color Cylindrical-coordinate representation of color #7DEECC: hue angle of 161.95º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEECC is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB125238204-
CMYK0.4700.140.07
HSL161.95º76.87%71.18%-
HSV(B)161.95º47.48%93.33%-
XYZ49.9369.8767.98-
YUV200.34130.0674.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 238 (93.36% from 255) = 41.98%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=22.05%
G=41.98%
B=35.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252382040.4700.140.07161.9576.8771.18
Hex7DEECC2F0E7a24d47
Octal175356314570167242115107
Binary11111011110111011001100101111011101111010001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7deecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7deecc; }

 p { color: rgb(125,238,204); }

 H1.HeaderClassName
 {
   color: #7deecc;
 }
 .AnyTagClassName
 {
   color: #7deecc;
 }
</style>
background-color css

<style>
 a { background-color: #7deecc; }

 a { background-color: rgb(125,238,204); }

 div.DivClassName
 {
   background-color: #7deecc;
 }
 .BgClassName
 {
   background-color: #7deecc;
 }
</style>
border-color css

<style>
 span { border-color: #7deecc; }

 span { border-color: rgb(125,238,204); }

 td.TdClassName
 {
   border-color: #7deecc;
 }
 .TagClassName
 {
   border-color: #7deecc;
 }
</style>