#A5EABB

Color #A5EABB Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A5EABB

Tints of Fringy Flower #A5EABB

Color information

#A5EABB (or 0xA5EABB) is unknown color: approx Fringy Flower. HEX triplet: A5, EA and BB. RGB value is (165,234,187). Sum of RGB (Red+Green+Blue) = 165+234+187=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EABB is #5A1544. Grayscale: #D0D0D0. Windows color (decimal): -5903685 or 12315301. OLE color: 12315301.

HSL color Cylindrical-coordinate representation of color #A5EABB: hue angle of 139.13º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EABB is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB165234187-
CMYK0.2900.200.08
HSL139.13º62.16%78.24%-
HSV(B)139.13º29.49%91.76%-
XYZ53.9170.4357.77-
YUV208.01116.1497.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.16%
GREEN value IS 234 (91.80% from 255) = 39.93%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=28.16%
G=39.93%
B=31.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652341870.2900.200.08139.1362.1678.24
HexA5EABB1D01488b3e4e
Octal245352273350241021376116
Binary101001011110101010111011111010101001000100010111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EABB; }

 p { color: rgb(165,234,187); }

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

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

 a { background-color: rgb(165,234,187); }

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

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

 span { border-color: rgb(165,234,187); }

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