#ADF5E7

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

Shades of Water Leaf #ADF5E7

Tints of Water Leaf #ADF5E7

Color information

#ADF5E7 (or 0xADF5E7) is unknown color: approx Water Leaf. HEX triplet: AD, F5 and E7. RGB value is (173,245,231). Sum of RGB (Red+Green+Blue) = 173+245+231=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5E7 is #520A18. Grayscale: #DDDDDD. Windows color (decimal): -5376537 or 15201709. OLE color: 15201709.

HSL color Cylindrical-coordinate representation of color #ADF5E7: hue angle of 168.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5E7 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB173245231-
CMYK0.2900.060.04
HSL168.33º78.26%81.96%-
HSV(B)168.33º29.39%96.08%-
XYZ64.3179.9687.65-
YUV221.88133.1593.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 245 (96.09% from 255) = 37.75%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=26.66%
G=37.75%
B=35.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732452310.2900.060.04168.3378.2681.96
HexADF5E71D064a84e52
Octal25536534735064250116122
Binary1010110111110101111001111110101101001010100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5E7; }

 p { color: rgb(173,245,231); }

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

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

 a { background-color: rgb(173,245,231); }

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

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

 span { border-color: rgb(173,245,231); }

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