#A0FBE6

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

Shades of Water Leaf #A0FBE6

Tints of Water Leaf #A0FBE6

Color information

#A0FBE6 (or 0xA0FBE6) is unknown color: approx Water Leaf. HEX triplet: A0, FB and E6. RGB value is (160,251,230). Sum of RGB (Red+Green+Blue) = 160+251+230=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBE6 is #5F0419. Grayscale: #DDDDDD. Windows color (decimal): -6226970 or 15137696. OLE color: 15137696.

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

Color convert

RGB160251230-
CMYK0.3600.080.02
HSL166.15º91.92%80.59%-
HSV(B)166.15º36.25%98.43%-
XYZ63.2882.1887.39-
YUV221.4132.8584.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.96%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=24.96%
G=39.16%
B=35.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512300.3600.080.02166.1591.9280.59
HexA0FBE624082a65c51
Octal240373346440102246134121
Binary10100000111110111110011010010001000101010011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBE6; }

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

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

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

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

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

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

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

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