#7DEEC9

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

Shades of Aquamarine #7DEEC9

Tints of Aquamarine #7DEEC9

Color information

#7DEEC9 (or 0x7DEEC9) is unknown color: approx Aquamarine. HEX triplet: 7D, EE and C9. RGB value is (125,238,201). Sum of RGB (Red+Green+Blue) = 125+238+201=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEC9 is #821136. Grayscale: #C8C8C8. Windows color (decimal): -8524087 or 13233789. OLE color: 13233789.

HSL color Cylindrical-coordinate representation of color #7DEEC9: hue angle of 160.35º 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 #7DEEC9 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB125238201-
CMYK0.4700.160.07
HSL160.35º76.87%71.18%-
HSV(B)160.35º47.48%93.33%-
XYZ49.5769.7366.1-
YUV200128.5674.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.16%
GREEN value IS 238 (93.36% from 255) = 42.20%
BLUE value IS 201 (78.91% from 255) = 35.64%
R=22.16%
G=42.20%
B=35.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252382010.4700.160.07160.3576.8771.18
Hex7DEEC92F0107a04d47
Octal175356311570207240115107
Binary111110111101110110010011011110100001111010000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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