#A2EBBA

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

Shades of Fringy Flower #A2EBBA

Tints of Fringy Flower #A2EBBA

Color information

#A2EBBA (or 0xA2EBBA) is unknown color: approx Fringy Flower. HEX triplet: A2, EB and BA. RGB value is (162,235,186). Sum of RGB (Red+Green+Blue) = 162+235+186=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBBA is #5D1445. Grayscale: #CFCFCF. Windows color (decimal): -6100038 or 12250018. OLE color: 12250018.

HSL color Cylindrical-coordinate representation of color #A2EBBA: hue angle of 139.73º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EBBA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB162235186-
CMYK0.3100.210.08
HSL139.73º64.6%77.84%-
HSV(B)139.73º31.06%92.16%-
XYZ53.4770.6457.27-
YUV207.59115.8295.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.79%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=27.79%
G=40.31%
B=31.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622351860.3100.210.08139.7364.677.84
HexA2EBBA1F01588c414e
Octal2423532723702510214101116
Binary1010001011101011101110101111101010110001000110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBBA; }

 p { color: rgb(162,235,186); }

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

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

 a { background-color: rgb(162,235,186); }

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

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

 span { border-color: rgb(162,235,186); }

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