#ADF6E0

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

Shades of Water Leaf #ADF6E0

Tints of Water Leaf #ADF6E0

Color information

#ADF6E0 (or 0xADF6E0) is unknown color: approx Water Leaf. HEX triplet: AD, F6 and E0. RGB value is (173,246,224). Sum of RGB (Red+Green+Blue) = 173+246+224=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6E0 is #52091F. Grayscale: #DDDDDD. Windows color (decimal): -5376288 or 14743213. OLE color: 14743213.

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

Color convert

RGB173246224-
CMYK0.3000.090.04
HSL161.92º80.22%82.16%-
HSV(B)161.92º29.67%96.47%-
XYZ63.6480.1882.64-
YUV221.66129.3293.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 246 (96.48% from 255) = 38.26%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=26.91%
G=38.26%
B=34.84%

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
Decimal1732462240.3000.090.04161.9280.2282.16
HexADF6E01E094a25052
Octal255366340360114242120122
Binary10101101111101101110000011110010011001010001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6E0; }

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

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

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

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

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

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

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

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