#A2ECBB

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

Shades of Fringy Flower #A2ECBB

Tints of Fringy Flower #A2ECBB

Color information

#A2ECBB (or 0xA2ECBB) is unknown color: approx Fringy Flower. HEX triplet: A2, EC and BB. RGB value is (162,236,187). Sum of RGB (Red+Green+Blue) = 162+236+187=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECBB is #5D1344. Grayscale: #D0D0D0. Windows color (decimal): -6099781 or 12315810. OLE color: 12315810.

HSL color Cylindrical-coordinate representation of color #A2ECBB: hue angle of 140.27º 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 #A2ECBB is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB162236187-
CMYK0.3100.210.07
HSL140.27º66.07%78.04%-
HSV(B)140.27º31.36%92.55%-
XYZ53.8771.2657.93-
YUV208.29115.9894.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=27.69%
G=40.34%
B=31.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361870.3100.210.07140.2766.0778.04
HexA2ECBB1F01578c424e
Octal242354273370257214102116
Binary101000101110110010111011111110101011111000110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECBB; }

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

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

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

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

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

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

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

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