#8DF0DE

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

Shades of Aquamarine #8DF0DE

Tints of Aquamarine #8DF0DE

Color information

#8DF0DE (or 0x8DF0DE) is unknown color: approx Aquamarine. HEX triplet: 8D, F0 and DE. RGB value is (141,240,222). Sum of RGB (Red+Green+Blue) = 141+240+222=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF0DE is #720F21. Grayscale: #D0D0D0. Windows color (decimal): -7474978 or 14610573. OLE color: 14610573.

HSL color Cylindrical-coordinate representation of color #8DF0DE: hue angle of 169.09º 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 #8DF0DE is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB141240222-
CMYK0.4100.080.06
HSL169.09º76.74%74.71%-
HSV(B)169.09º41.25%94.12%-
XYZ55.3373.2680.33-
YUV208.35135.779.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.38%
GREEN value IS 240 (94.14% from 255) = 39.80%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=23.38%
G=39.80%
B=36.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1412402220.4100.080.06169.0976.7474.71
Hex8DF0DE29086a94d4b
Octal215360336510106251115113
Binary100011011111000011011110101001010001101010100110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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