#A5FBE2

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

Shades of Water Leaf #A5FBE2

Tints of Water Leaf #A5FBE2

Color information

#A5FBE2 (or 0xA5FBE2) is unknown color: approx Water Leaf. HEX triplet: A5, FB and E2. RGB value is (165,251,226). Sum of RGB (Red+Green+Blue) = 165+251+226=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBE2 is #5A041D. Grayscale: #DEDEDE. Windows color (decimal): -5899294 or 14875557. OLE color: 14875557.

HSL color Cylindrical-coordinate representation of color #A5FBE2: hue angle of 162.56º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBE2 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB165251226-
CMYK0.3400.100.02
HSL162.56º91.49%81.57%-
HSV(B)162.56º34.26%98.43%-
XYZ63.7482.4884.51-
YUV222.44130.0187.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.70%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 226 (88.67% from 255) = 35.20%
R=25.70%
G=39.10%
B=35.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652512260.3400.100.02162.5691.4981.57
HexA5FBE2220A2a35b52
Octal245373342420122243133122
Binary10100101111110111110001010001001010101010001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBE2; }

 p { color: rgb(165,251,226); }

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

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

 a { background-color: rgb(165,251,226); }

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

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

 span { border-color: rgb(165,251,226); }

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