#8DF0CE

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

Shades of Aquamarine #8DF0CE

Tints of Aquamarine #8DF0CE

Color information

#8DF0CE (or 0x8DF0CE) is unknown color: approx Aquamarine. HEX triplet: 8D, F0 and CE. RGB value is (141,240,206). Sum of RGB (Red+Green+Blue) = 141+240+206=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF0CE is #720F31. Grayscale: #CECECE. Windows color (decimal): -7474994 or 13561997. OLE color: 13561997.

HSL color Cylindrical-coordinate representation of color #8DF0CE: hue angle of 159.39º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF0CE is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB141240206-
CMYK0.4100.140.06
HSL159.39º76.74%74.71%-
HSV(B)159.39º41.25%94.12%-
XYZ53.2972.4469.57-
YUV206.52127.781.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.02%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=24.02%
G=40.89%
B=35.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412402060.4100.140.06159.3976.7474.71
Hex8DF0CE290E69f4d4b
Octal215360316510166237115113
Binary100011011111000011001110101001011101101001111110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,240,206); }

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

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

 a { background-color: rgb(141,240,206); }

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

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

 span { border-color: rgb(141,240,206); }

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