#ADFAE5

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

Shades of Water Leaf #ADFAE5

Tints of Water Leaf #ADFAE5

Color information

#ADFAE5 (or 0xADFAE5) is unknown color: approx Water Leaf. HEX triplet: AD, FA and E5. RGB value is (173,250,229). Sum of RGB (Red+Green+Blue) = 173+250+229=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAE5 is #52051A. Grayscale: #E0E0E0. Windows color (decimal): -5375259 or 15071917. OLE color: 15071917.

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

Color convert

RGB173250229-
CMYK0.3100.080.02
HSL163.64º88.51%82.94%-
HSV(B)163.64º30.8%98.04%-
XYZ65.5682.9186.68-
YUV224.58130.4991.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.53%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=26.53%
G=38.34%
B=35.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502290.3100.080.02163.6488.5182.94
HexADFAE51F082a45953
Octal255372345370102244131123
Binary1010110111111010111001011111101000101010010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAE5; }

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

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

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

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

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

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

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

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