#ADF9E3

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

Shades of Water Leaf #ADF9E3

Tints of Water Leaf #ADF9E3

Color information

#ADF9E3 (or 0xADF9E3) is unknown color: approx Water Leaf. HEX triplet: AD, F9 and E3. RGB value is (173,249,227). Sum of RGB (Red+Green+Blue) = 173+249+227=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9E3 is #52061C. Grayscale: #DFDFDF. Windows color (decimal): -5375517 or 14940589. OLE color: 14940589.

HSL color Cylindrical-coordinate representation of color #ADF9E3: hue angle of 162.63º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9E3 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB173249227-
CMYK0.3100.090.02
HSL162.63º86.36%82.75%-
HSV(B)162.63º30.52%97.65%-
XYZ64.9782.1885.11-
YUV223.77129.8291.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 249 (97.66% from 255) = 38.37%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=26.66%
G=38.37%
B=34.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732492270.3100.090.02162.6386.3682.75
HexADF9E31F092a35653
Octal255371343370112243126123
Binary1010110111111001111000111111101001101010001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9E3; }

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

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

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

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

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

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

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

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