#ADF0DF

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

Shades of Water Leaf #ADF0DF

Tints of Water Leaf #ADF0DF

Color information

#ADF0DF (or 0xADF0DF) is unknown color: approx Water Leaf. HEX triplet: AD, F0 and DF. RGB value is (173,240,223). Sum of RGB (Red+Green+Blue) = 173+240+223=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0DF is #520F20. Grayscale: #DADADA. Windows color (decimal): -5377825 or 14676141. OLE color: 14676141.

HSL color Cylindrical-coordinate representation of color #ADF0DF: hue angle of 164.78º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0DF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB173240223-
CMYK0.2800.070.06
HSL164.78º69.07%80.98%-
HSV(B)164.78º27.92%94.12%-
XYZ61.7176.5381.33-
YUV218.03130.895.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.20%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=27.20%
G=37.74%
B=35.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732402230.2800.070.06164.7869.0780.98
HexADF0DF1C076a54551
Octal25536033734076245105121
Binary1010110111110000110111111110001111101010010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0DF; }

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

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

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

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

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

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

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

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