#ADFAE0

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

Shades of Water Leaf #ADFAE0

Tints of Water Leaf #ADFAE0

Color information

#ADFAE0 (or 0xADFAE0) is unknown color: approx Water Leaf. HEX triplet: AD, FA and E0. RGB value is (173,250,224). Sum of RGB (Red+Green+Blue) = 173+250+224=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAE0 is #52051F. Grayscale: #E0E0E0. Windows color (decimal): -5375264 or 14744237. OLE color: 14744237.

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

Color convert

RGB173250224-
CMYK0.3100.100.02
HSL159.74º88.51%82.94%-
HSV(B)159.74º30.8%98.04%-
XYZ64.8782.6483.05-
YUV224.01127.9991.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.74%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=26.74%
G=38.64%
B=34.62%

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
Decimal1732502240.3100.100.02159.7488.5182.94
HexADFAE01F0A2a05953
Octal255372340370122240131123
Binary1010110111111010111000001111101010101010000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAE0; }

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

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

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

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

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

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

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

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