#A0ECB6

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

Shades of Fringy Flower #A0ECB6

Tints of Fringy Flower #A0ECB6

Color information

#A0ECB6 (or 0xA0ECB6) is unknown color: approx Fringy Flower. HEX triplet: A0, EC and B6. RGB value is (160,236,182). Sum of RGB (Red+Green+Blue) = 160+236+182=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECB6 is #5F1349. Grayscale: #CFCFCF. Windows color (decimal): -6230858 or 11988128. OLE color: 11988128.

HSL color Cylindrical-coordinate representation of color #A0ECB6: hue angle of 137.37º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECB6 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB160236182-
CMYK0.3200.230.07
HSL137.37º66.67%77.65%-
HSV(B)137.37º32.2%92.55%-
XYZ52.9470.8455.14-
YUV207.12113.8294.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.68%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=27.68%
G=40.83%
B=31.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602361820.3200.230.07137.3766.6777.65
HexA0ECB620017789434e
Octal240354266400277211103116
Binary1010000011101100101101101000000101111111000100110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECB6; }

 p { color: rgb(160,236,182); }

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

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

 a { background-color: rgb(160,236,182); }

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

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

 span { border-color: rgb(160,236,182); }

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