#8CF9D9

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

Shades of Aquamarine #8CF9D9

Tints of Aquamarine #8CF9D9

Color information

#8CF9D9 (or 0x8CF9D9) is unknown color: approx Aquamarine. HEX triplet: 8C, F9 and D9. RGB value is (140,249,217). Sum of RGB (Red+Green+Blue) = 140+249+217=606 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.10% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF9D9 is #730626. Grayscale: #D4D4D4. Windows color (decimal): -7538215 or 14285196. OLE color: 14285196.

HSL color Cylindrical-coordinate representation of color #8CF9D9: hue angle of 162.39º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF9D9 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB140249217-
CMYK0.4400.130.02
HSL162.39º90.08%76.27%-
HSV(B)162.39º43.78%97.65%-
XYZ57.2278.3477.75-
YUV212.76130.3976.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.10%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=23.10%
G=41.09%
B=35.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402492170.4400.130.02162.3990.0876.27
Hex8CF9D92C0D2a25a4c
Octal214371331540152242132114
Binary10001100111110011101100110110001101101010001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CF9D9; }

 p { color: rgb(140,249,217); }

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

<style>
 a { background-color: #8CF9D9; }

 a { background-color: rgb(140,249,217); }

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

<style>
 span { border-color: #8CF9D9; }

 span { border-color: rgb(140,249,217); }

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