#ADF6E3

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

Shades of Water Leaf #ADF6E3

Tints of Water Leaf #ADF6E3

Color information

#ADF6E3 (or 0xADF6E3) is unknown color: approx Water Leaf. HEX triplet: AD, F6 and E3. RGB value is (173,246,227). Sum of RGB (Red+Green+Blue) = 173+246+227=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6E3 is #52091C. Grayscale: #DEDEDE. Windows color (decimal): -5376285 or 14939821. OLE color: 14939821.

HSL color Cylindrical-coordinate representation of color #ADF6E3: hue angle of 164.38º 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 #ADF6E3 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB173246227-
CMYK0.3000.080.04
HSL164.38º80.22%82.16%-
HSV(B)164.38º29.67%96.47%-
XYZ64.0580.3484.8-
YUV222.01130.8293.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.78%
GREEN value IS 246 (96.48% from 255) = 38.08%
BLUE value IS 227 (89.06% from 255) = 35.14%
R=26.78%
G=38.08%
B=35.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732462270.3000.080.04164.3880.2282.16
HexADF6E31E084a45052
Octal255366343360104244120122
Binary10101101111101101110001111110010001001010010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6E3; }

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

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

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

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

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

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

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

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