#A2ECB7

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

Shades of Fringy Flower #A2ECB7

Tints of Fringy Flower #A2ECB7

Color information

#A2ECB7 (or 0xA2ECB7) is unknown color: approx Fringy Flower. HEX triplet: A2, EC and B7. RGB value is (162,236,183). Sum of RGB (Red+Green+Blue) = 162+236+183=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECB7 is #5D1348. Grayscale: #CFCFCF. Windows color (decimal): -6099785 or 12053666. OLE color: 12053666.

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

Color convert

RGB162236183-
CMYK0.3100.220.07
HSL137.03º66.07%78.04%-
HSV(B)137.03º31.36%92.55%-
XYZ53.4471.0955.7-
YUV207.83113.9895.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=27.88%
G=40.62%
B=31.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361830.3100.220.07137.0366.0778.04
HexA2ECB71F016789424e
Octal242354267370267211102116
Binary101000101110110010110111111110101101111000100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECB7; }

 p { color: rgb(162,236,183); }

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

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

 a { background-color: rgb(162,236,183); }

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

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

 span { border-color: rgb(162,236,183); }

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