#8DFCDC

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

Shades of Aquamarine #8DFCDC

Tints of Aquamarine #8DFCDC

Color information

#8DFCDC (or 0x8DFCDC) is unknown color: approx Aquamarine. HEX triplet: 8D, FC and DC. RGB value is (141,252,220). Sum of RGB (Red+Green+Blue) = 141+252+220=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFCDC is #720323. Grayscale: #D7D7D7. Windows color (decimal): -7471908 or 14482573. OLE color: 14482573.

HSL color Cylindrical-coordinate representation of color #8DFCDC: hue angle of 162.7º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFCDC is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB141252220-
CMYK0.4400.130.01
HSL162.7º94.87%77.06%-
HSV(B)162.7º44.05%98.82%-
XYZ58.7180.4580.14-
YUV215.16130.7375.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.00%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=23.00%
G=41.11%
B=35.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412522200.4400.130.01162.794.8777.06
Hex8DFCDC2C0D1a35f4d
Octal215374334540151243137115
Binary1000110111111100110111001011000110111010001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,252,220); }

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

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

 a { background-color: rgb(141,252,220); }

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

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

 span { border-color: rgb(141,252,220); }

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