#A5EAB7

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

Shades of Fringy Flower #A5EAB7

Tints of Fringy Flower #A5EAB7

Color information

#A5EAB7 (or 0xA5EAB7) is unknown color: approx Fringy Flower. HEX triplet: A5, EA and B7. RGB value is (165,234,183). Sum of RGB (Red+Green+Blue) = 165+234+183=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAB7 is #5A1548. Grayscale: #CFCFCF. Windows color (decimal): -5903689 or 12053157. OLE color: 12053157.

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

Color convert

RGB165234183-
CMYK0.2900.220.08
HSL135.65º62.16%78.24%-
HSV(B)135.65º29.49%91.76%-
XYZ53.4970.2655.54-
YUV207.56114.1497.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.35%
GREEN value IS 234 (91.80% from 255) = 40.21%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=28.35%
G=40.21%
B=31.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652341830.2900.220.08135.6562.1678.24
HexA5EAB71D0168883e4e
Octal245352267350261021076116
Binary101001011110101010110111111010101101000100010001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAB7; }

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

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

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

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

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

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

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

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