#ADF8E8

Color #ADF8E8 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ADF8E8

Tints of Water Leaf #ADF8E8

Color information

#ADF8E8 (or 0xADF8E8) is unknown color: approx Water Leaf. HEX triplet: AD, F8 and E8. RGB value is (173,248,232). Sum of RGB (Red+Green+Blue) = 173+248+232=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8E8 is #520717. Grayscale: #DFDFDF. Windows color (decimal): -5375768 or 15268013. OLE color: 15268013.

HSL color Cylindrical-coordinate representation of color #ADF8E8: hue angle of 167.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8E8 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB173248232-
CMYK0.3000.060.03
HSL167.2º84.27%82.55%-
HSV(B)167.2º30.24%97.25%-
XYZ65.3781.8588.7-
YUV223.75132.6591.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.49%
GREEN value IS 248 (97.27% from 255) = 37.98%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=26.49%
G=37.98%
B=35.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732482320.3000.060.03167.284.2782.55
HexADF8E81E063a75453
Octal25537035036063247124123
Binary101011011111100011101000111100110111010011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF8E8; }

 p { color: rgb(173,248,232); }

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

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

 a { background-color: rgb(173,248,232); }

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

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

 span { border-color: rgb(173,248,232); }

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