#ADFAE4

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

Shades of Water Leaf #ADFAE4

Tints of Water Leaf #ADFAE4

Color information

#ADFAE4 (or 0xADFAE4) is unknown color: approx Water Leaf. HEX triplet: AD, FA and E4. RGB value is (173,250,228). Sum of RGB (Red+Green+Blue) = 173+250+228=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAE4 is #52051B. Grayscale: #E0E0E0. Windows color (decimal): -5375260 or 15006381. OLE color: 15006381.

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

Color convert

RGB173250228-
CMYK0.3100.090.02
HSL162.86º88.51%82.94%-
HSV(B)162.86º30.8%98.04%-
XYZ65.4282.8685.94-
YUV224.47129.9991.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.57%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=26.57%
G=38.40%
B=35.02%

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
Decimal1732502280.3100.090.02162.8688.5182.94
HexADFAE41F092a35953
Octal255372344370112243131123
Binary1010110111111010111001001111101001101010001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAE4; }

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

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

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

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

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

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

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

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