#A0EBB7

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

Shades of Fringy Flower #A0EBB7

Tints of Fringy Flower #A0EBB7

Color information

#A0EBB7 (or 0xA0EBB7) is unknown color: approx Fringy Flower. HEX triplet: A0, EB and B7. RGB value is (160,235,183). Sum of RGB (Red+Green+Blue) = 160+235+183=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBB7 is #5F1448. Grayscale: #CECECE. Windows color (decimal): -6231113 or 12053408. OLE color: 12053408.

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

Color convert

RGB160235183-
CMYK0.3200.220.08
HSL138.4º65.22%77.45%-
HSV(B)138.4º31.91%92.16%-
XYZ52.7570.3155.59-
YUV206.65114.6594.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.68%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=27.68%
G=40.66%
B=31.66%

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
Decimal1602351830.3200.220.08138.465.2277.45
HexA0EBB72001688a414d
Octal2403532674002610212101115
Binary10100000111010111011011110000001011010001000101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBB7; }

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

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

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

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

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

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

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

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