#A0FBE4

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

Shades of Water Leaf #A0FBE4

Tints of Water Leaf #A0FBE4

Color information

#A0FBE4 (or 0xA0FBE4) is unknown color: approx Water Leaf. HEX triplet: A0, FB and E4. RGB value is (160,251,228). Sum of RGB (Red+Green+Blue) = 160+251+228=639 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.04% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBE4 is #5F041B. Grayscale: #DDDDDD. Windows color (decimal): -6226972 or 15006624. OLE color: 15006624.

HSL color Cylindrical-coordinate representation of color #A0FBE4: hue angle of 164.84º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBE4 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB160251228-
CMYK0.3600.090.02
HSL164.84º91.92%80.59%-
HSV(B)164.84º36.25%98.43%-
XYZ6382.0785.92-
YUV221.17131.8584.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.04%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 228 (89.45% from 255) = 35.68%
R=25.04%
G=39.28%
B=35.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512280.3600.090.02164.8491.9280.59
HexA0FBE424092a55c51
Octal240373344440112245134121
Binary10100000111110111110010010010001001101010010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBE4; }

 p { color: rgb(160,251,228); }

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

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

 a { background-color: rgb(160,251,228); }

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

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

 span { border-color: rgb(160,251,228); }

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