#ADF5DE

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

Shades of Water Leaf #ADF5DE

Tints of Water Leaf #ADF5DE

Color information

#ADF5DE (or 0xADF5DE) is unknown color: approx Water Leaf. HEX triplet: AD, F5 and DE. RGB value is (173,245,222). Sum of RGB (Red+Green+Blue) = 173+245+222=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5DE is #520A21. Grayscale: #DCDCDC. Windows color (decimal): -5376546 or 14611885. OLE color: 14611885.

HSL color Cylindrical-coordinate representation of color #ADF5DE: hue angle of 160.83º 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 #ADF5DE is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB173245222-
CMYK0.2900.090.04
HSL160.83º78.26%81.96%-
HSV(B)160.83º29.39%96.08%-
XYZ63.0779.4681.12-
YUV220.85128.6593.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 245 (96.09% from 255) = 38.28%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=27.03%
G=38.28%
B=34.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732452220.2900.090.04160.8378.2681.96
HexADF5DE1D094a14e52
Octal255365336350114241116122
Binary10101101111101011101111011101010011001010000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5DE; }

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

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

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

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

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

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

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

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