#A0F8E4

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

Shades of Water Leaf #A0F8E4

Tints of Water Leaf #A0F8E4

Color information

#A0F8E4 (or 0xA0F8E4) is unknown color: approx Water Leaf. HEX triplet: A0, F8 and E4. RGB value is (160,248,228). Sum of RGB (Red+Green+Blue) = 160+248+228=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F8E4 is #5F071B. Grayscale: #DBDBDB. Windows color (decimal): -6227740 or 15005856. OLE color: 15005856.

HSL color Cylindrical-coordinate representation of color #A0F8E4: hue angle of 166.36º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F8E4 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB160248228-
CMYK0.3500.080.03
HSL166.36º86.27%80%-
HSV(B)166.36º35.48%97.25%-
XYZ62.0780.2185.61-
YUV219.41132.8585.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.16%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=25.16%
G=38.99%
B=35.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602482280.3500.080.03166.3686.2780
HexA0F8E423083a65650
Octal240370344430103246126120
Binary10100000111110001110010010001101000111010011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F8E4; }

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

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

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

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

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

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

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

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