#ADF6DF

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

Shades of Water Leaf #ADF6DF

Tints of Water Leaf #ADF6DF

Color information

#ADF6DF (or 0xADF6DF) is unknown color: approx Water Leaf. HEX triplet: AD, F6 and DF. RGB value is (173,246,223). Sum of RGB (Red+Green+Blue) = 173+246+223=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6DF is #520920. Grayscale: #DDDDDD. Windows color (decimal): -5376289 or 14677677. OLE color: 14677677.

HSL color Cylindrical-coordinate representation of color #ADF6DF: hue angle of 161.1º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6DF is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB173246223-
CMYK0.3000.090.04
HSL161.1º80.22%82.16%-
HSV(B)161.1º29.67%96.47%-
XYZ63.5180.1281.93-
YUV221.55128.8293.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 246 (96.48% from 255) = 38.32%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=26.95%
G=38.32%
B=34.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732462230.3000.090.04161.180.2282.16
HexADF6DF1E094a15052
Octal255366337360114241120122
Binary10101101111101101101111111110010011001010000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6DF; }

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

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

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

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

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

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

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

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