#8DF2C9

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

Shades of Aquamarine #8DF2C9

Tints of Aquamarine #8DF2C9

Color information

#8DF2C9 (or 0x8DF2C9) is unknown color: approx Aquamarine. HEX triplet: 8D, F2 and C9. RGB value is (141,242,201). Sum of RGB (Red+Green+Blue) = 141+242+201=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF2C9 is #720D36. Grayscale: #CFCFCF. Windows color (decimal): -7474487 or 13234829. OLE color: 13234829.

HSL color Cylindrical-coordinate representation of color #8DF2C9: hue angle of 155.64º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2C9 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB141242201-
CMYK0.4200.170.05
HSL155.64º79.53%75.1%-
HSV(B)155.64º41.74%94.9%-
XYZ53.2873.3866.61-
YUV207.13124.5480.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.14%
GREEN value IS 242 (94.92% from 255) = 41.44%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=24.14%
G=41.44%
B=34.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412422010.4200.170.05155.6479.5375.1
Hex8DF2C92A01159c504b
Octal215362311520215234120113
Binary1000110111110010110010011010100100011011001110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,242,201); }

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

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

 a { background-color: rgb(141,242,201); }

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

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

 span { border-color: rgb(141,242,201); }

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