#ADFAE9

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

Shades of Water Leaf #ADFAE9

Tints of Water Leaf #ADFAE9

Color information

#ADFAE9 (or 0xADFAE9) is unknown color: approx Water Leaf. HEX triplet: AD, FA and E9. RGB value is (173,250,233). Sum of RGB (Red+Green+Blue) = 173+250+233=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAE9 is #520516. Grayscale: #E1E1E1. Windows color (decimal): -5375255 or 15334061. OLE color: 15334061.

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

Color convert

RGB173250233-
CMYK0.3100.070.02
HSL166.75º88.51%82.94%-
HSV(B)166.75º30.8%98.04%-
XYZ66.1383.1489.65-
YUV225.04132.4990.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.37%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=26.37%
G=38.11%
B=35.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732502330.3100.070.02166.7588.5182.94
HexADFAE91F072a75953
Octal25537235137072247131123
Binary101011011111101011101001111110111101010011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAE9; }

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

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

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

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

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

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

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

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