#ADF9E0

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

Shades of Water Leaf #ADF9E0

Tints of Water Leaf #ADF9E0

Color information

#ADF9E0 (or 0xADF9E0) is unknown color: approx Water Leaf. HEX triplet: AD, F9 and E0. RGB value is (173,249,224). Sum of RGB (Red+Green+Blue) = 173+249+224=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9E0 is #52061F. Grayscale: #DFDFDF. Windows color (decimal): -5375520 or 14743981. OLE color: 14743981.

HSL color Cylindrical-coordinate representation of color #ADF9E0: hue angle of 160.26º 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 #ADF9E0 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB173249224-
CMYK0.3100.100.02
HSL160.26º86.36%82.75%-
HSV(B)160.26º30.52%97.65%-
XYZ64.5682.0282.95-
YUV223.43128.3292.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.78%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=26.78%
G=38.54%
B=34.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732492240.3100.100.02160.2686.3682.75
HexADF9E01F0A2a05653
Octal255371340370122240126123
Binary1010110111111001111000001111101010101010000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9E0; }

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

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

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

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

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

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

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

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