#ADF4DF

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

Shades of Water Leaf #ADF4DF

Tints of Water Leaf #ADF4DF

Color information

#ADF4DF (or 0xADF4DF) is unknown color: approx Water Leaf. HEX triplet: AD, F4 and DF. RGB value is (173,244,223). Sum of RGB (Red+Green+Blue) = 173+244+223=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF4DF is #520B20. Grayscale: #DCDCDC. Windows color (decimal): -5376801 or 14677165. OLE color: 14677165.

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

Color convert

RGB173244223-
CMYK0.2900.090.04
HSL162.25º76.34%81.76%-
HSV(B)162.25º29.1%95.69%-
XYZ62.978.9181.73-
YUV220.38129.4894.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 244 (95.70% from 255) = 38.12%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=27.03%
G=38.12%
B=34.84%

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
Decimal1732442230.2900.090.04162.2576.3481.76
HexADF4DF1D094a24c52
Octal255364337350114242114122
Binary10101101111101001101111111101010011001010001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF4DF; }

 p { color: rgb(173,244,223); }

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

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

 a { background-color: rgb(173,244,223); }

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

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

 span { border-color: rgb(173,244,223); }

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