#ADF0DA

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

Shades of Water Leaf #ADF0DA

Tints of Water Leaf #ADF0DA

Color information

#ADF0DA (or 0xADF0DA) is unknown color: approx Water Leaf. HEX triplet: AD, F0 and DA. RGB value is (173,240,218). Sum of RGB (Red+Green+Blue) = 173+240+218=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0DA is #520F25. Grayscale: #D9D9D9. Windows color (decimal): -5377830 or 14348461. OLE color: 14348461.

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

Color convert

RGB173240218-
CMYK0.2800.090.06
HSL160.3º69.07%80.98%-
HSV(B)160.3º27.92%94.12%-
XYZ61.0576.2777.83-
YUV217.46128.396.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 240 (94.14% from 255) = 38.03%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=27.42%
G=38.03%
B=34.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732402180.2800.090.06160.369.0780.98
HexADF0DA1C096a04551
Octal255360332340116240105121
Binary10101101111100001101101011100010011101010000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF0DA; }

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

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

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

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

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

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

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

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