#8CF9D7

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

Shades of Aquamarine #8CF9D7

Tints of Aquamarine #8CF9D7

Color information

#8CF9D7 (or 0x8CF9D7) is unknown color: approx Aquamarine. HEX triplet: 8C, F9 and D7. RGB value is (140,249,215). Sum of RGB (Red+Green+Blue) = 140+249+215=604 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.18% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF9D7 is #730628. Grayscale: #D4D4D4. Windows color (decimal): -7538217 or 14154124. OLE color: 14154124.

HSL color Cylindrical-coordinate representation of color #8CF9D7: hue angle of 161.28º 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 #8CF9D7 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB140249215-
CMYK0.4400.140.02
HSL161.28º90.08%76.27%-
HSV(B)161.28º43.78%97.65%-
XYZ56.9678.2376.39-
YUV212.53129.3976.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.18%
GREEN value IS 249 (97.66% from 255) = 41.23%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=23.18%
G=41.23%
B=35.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402492150.4400.140.02161.2890.0876.27
Hex8CF9D72C0E2a15a4c
Octal214371327540162241132114
Binary10001100111110011101011110110001110101010000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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