#A0EAB7

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

Shades of Fringy Flower #A0EAB7

Tints of Fringy Flower #A0EAB7

Color information

#A0EAB7 (or 0xA0EAB7) is unknown color: approx Fringy Flower. HEX triplet: A0, EA and B7. RGB value is (160,234,183). Sum of RGB (Red+Green+Blue) = 160+234+183=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAB7 is #5F1548. Grayscale: #CECECE. Windows color (decimal): -6231369 or 12053152. OLE color: 12053152.

HSL color Cylindrical-coordinate representation of color #A0EAB7: hue angle of 138.65º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAB7 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB160234183-
CMYK0.3200.220.08
HSL138.65º63.79%77.25%-
HSV(B)138.65º31.62%91.76%-
XYZ52.4769.7455.5-
YUV206.06114.9895.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.73%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=27.73%
G=40.55%
B=31.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341830.3200.220.08138.6563.7977.25
HexA0EAB72001688b404d
Octal2403522674002610213100115
Binary10100000111010101011011110000001011010001000101110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EAB7; }

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

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

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

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

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

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

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

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