#ADF5E4

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

Shades of Water Leaf #ADF5E4

Tints of Water Leaf #ADF5E4

Color information

#ADF5E4 (or 0xADF5E4) is unknown color: approx Water Leaf. HEX triplet: AD, F5 and E4. RGB value is (173,245,228). Sum of RGB (Red+Green+Blue) = 173+245+228=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5E4 is #520A1B. Grayscale: #DDDDDD. Windows color (decimal): -5376540 or 15005101. OLE color: 15005101.

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

Color convert

RGB173245228-
CMYK0.2900.070.04
HSL165.83º78.26%81.96%-
HSV(B)165.83º29.39%96.08%-
XYZ63.8979.7985.43-
YUV221.53131.6593.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.78%
GREEN value IS 245 (96.09% from 255) = 37.93%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=26.78%
G=37.93%
B=35.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732452280.2900.070.04165.8378.2681.96
HexADF5E41D074a64e52
Octal25536534435074246116122
Binary1010110111110101111001001110101111001010011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF5E4; }

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

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

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

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

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

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

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

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