#ADF2DE

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

Shades of Water Leaf #ADF2DE

Tints of Water Leaf #ADF2DE

Color information

#ADF2DE (or 0xADF2DE) is unknown color: approx Water Leaf. HEX triplet: AD, F2 and DE. RGB value is (173,242,222). Sum of RGB (Red+Green+Blue) = 173+242+222=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2DE is #520D21. Grayscale: #DBDBDB. Windows color (decimal): -5377314 or 14611117. OLE color: 14611117.

HSL color Cylindrical-coordinate representation of color #ADF2DE: hue angle of 162.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2DE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB173242222-
CMYK0.2900.080.05
HSL162.61º72.63%81.37%-
HSV(B)162.61º28.51%94.9%-
XYZ62.1777.6680.82-
YUV219.09129.6495.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.16%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=27.16%
G=37.99%
B=34.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732422220.2900.080.05162.6172.6381.37
HexADF2DE1D085a34951
Octal255362336350105243111121
Binary10101101111100101101111011101010001011010001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2DE; }

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

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

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

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

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

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

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

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