#ADF2DC

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

Shades of Water Leaf #ADF2DC

Tints of Water Leaf #ADF2DC

Color information

#ADF2DC (or 0xADF2DC) is unknown color: approx Water Leaf. HEX triplet: AD, F2 and DC. RGB value is (173,242,220). Sum of RGB (Red+Green+Blue) = 173+242+220=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2DC is #520D23. Grayscale: #DADADA. Windows color (decimal): -5377316 or 14480045. OLE color: 14480045.

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

Color convert

RGB173242220-
CMYK0.2900.090.05
HSL160.87º72.63%81.37%-
HSV(B)160.87º28.51%94.9%-
XYZ61.977.5679.42-
YUV218.86128.6495.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.24%
GREEN value IS 242 (94.92% from 255) = 38.11%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=27.24%
G=38.11%
B=34.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732422200.2900.090.05160.8772.6381.37
HexADF2DC1D095a14951
Octal255362334350115241111121
Binary10101101111100101101110011101010011011010000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF2DC; }

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

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

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

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

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

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

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

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