#ADFBE5

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

Shades of Water Leaf #ADFBE5

Tints of Water Leaf #ADFBE5

Color information

#ADFBE5 (or 0xADFBE5) is unknown color: approx Water Leaf. HEX triplet: AD, FB and E5. RGB value is (173,251,229). Sum of RGB (Red+Green+Blue) = 173+251+229=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBE5 is #52041A. Grayscale: #E1E1E1. Windows color (decimal): -5375003 or 15072173. OLE color: 15072173.

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

Color convert

RGB173251229-
CMYK0.3100.090.02
HSL163.08º90.7%83.14%-
HSV(B)163.08º31.08%98.43%-
XYZ65.8783.5486.78-
YUV225.17130.1690.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.49%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=26.49%
G=38.44%
B=35.07%

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
Decimal1732512290.3100.090.02163.0890.783.14
HexADFBE51F092a35b53
Octal255373345370112243133123
Binary1010110111111011111001011111101001101010001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBE5; }

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

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

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

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

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

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

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

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