#ADFFE8

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

Shades of Water Leaf #ADFFE8

Tints of Water Leaf #ADFFE8

Color information

#ADFFE8 (or 0xADFFE8) is unknown color: approx Water Leaf. HEX triplet: AD, FF and E8. RGB value is (173,255,232). Sum of RGB (Red+Green+Blue) = 173+255+232=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFE8 is #520017. Grayscale: #E3E3E3. Windows color (decimal): -5373976 or 15269805. OLE color: 15269805.

HSL color Cylindrical-coordinate representation of color #ADFFE8: hue angle of 163.17º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFE8 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB173255232-
CMYK0.3200.090
HSL163.17º100%83.92%-
HSV(B)163.17º32.16%100%-
XYZ67.5686.2389.43-
YUV227.86130.3388.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.21%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=26.21%
G=38.64%
B=35.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732552320.3200.090163.1710083.92
HexADFFE820090a36454
Octal255377350400110243144124
Binary1010110111111111111010001000000100101010001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFE8; }

 p { color: rgb(173,255,232); }

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

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

 a { background-color: rgb(173,255,232); }

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

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

 span { border-color: rgb(173,255,232); }

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