#A5F0E0

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

Shades of Water Leaf #A5F0E0

Tints of Water Leaf #A5F0E0

Color information

#A5F0E0 (or 0xA5F0E0) is unknown color: approx Water Leaf. HEX triplet: A5, F0 and E0. RGB value is (165,240,224). Sum of RGB (Red+Green+Blue) = 165+240+224=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F0E0 is #5A0F1F. Grayscale: #D7D7D7. Windows color (decimal): -5902112 or 14741669. OLE color: 14741669.

HSL color Cylindrical-coordinate representation of color #A5F0E0: hue angle of 167.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5F0E0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB165240224-
CMYK0.3100.070.06
HSL167.2º71.43%79.41%-
HSV(B)167.2º31.25%94.12%-
XYZ60.1375.781.96-
YUV215.75132.6591.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.23%
GREEN value IS 240 (94.14% from 255) = 38.16%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=26.23%
G=38.16%
B=35.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652402240.3100.070.06167.271.4379.41
HexA5F0E01F076a7474f
Octal24536034037076247107117
Binary1010010111110000111000001111101111101010011110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0E0; }

 p { color: rgb(165,240,224); }

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

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

 a { background-color: rgb(165,240,224); }

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

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

 span { border-color: rgb(165,240,224); }

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