#ADFBE0

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

Shades of Water Leaf #ADFBE0

Tints of Water Leaf #ADFBE0

Color information

#ADFBE0 (or 0xADFBE0) is unknown color: approx Water Leaf. HEX triplet: AD, FB and E0. RGB value is (173,251,224). Sum of RGB (Red+Green+Blue) = 173+251+224=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBE0 is #52041F. Grayscale: #E0E0E0. Windows color (decimal): -5375008 or 14744493. OLE color: 14744493.

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

Color convert

RGB173251224-
CMYK0.3100.110.02
HSL159.23º90.7%83.14%-
HSV(B)159.23º31.08%98.43%-
XYZ65.1983.2683.16-
YUV224.6127.6691.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.70%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=26.70%
G=38.73%
B=34.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732512240.3100.110.02159.2390.783.14
HexADFBE01F0B29f5b53
Octal255373340370132237133123
Binary1010110111111011111000001111101011101001111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBE0; }

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

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

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

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

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

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

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

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