Html Css Color HEX #A2ECBD Magic Mint

📋 copy color: '#A2ECBD'

red 162 ◦ green 236 ◦ blue 189

#A2ECBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A2ECBD

Tints of Magic Mint #A2ECBD

RGB

 RED value IS 162 (63.67% from 255) = 27.6%

 GREEN value IS 236 (92.58% from 255) = 40.2%

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 27.6%
G = 40.2%
B = 32.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#A2ECBD (or 0xA2ECBD) is known color: Magic Mint. HEX triplet: A2, EC and BD. RGB value is (162,236,189). Sum of RGB (Red+Green+Blue) = 162+236+189=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECBD is #5D1342. Grayscale: #D0D0D0. Windows color (decimal): -6099779 or 12446882. OLE color: 12446882.

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

Color convert

RGB 162 236 189 -
CMYK 0.31 0 0.20 0.07
HSL 141.89º 0.66% 0.78% -
HSV(B) 141.89º 0.31% 0.93% -
XYZ 54.08 71.35 59.06 -
YUV 208.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 162 236 189 0.31 0 0.20 0.07 141.89 0.66 0.78
Hex A2 EC BD 1F 0 14 7 8E 42 4E
Octal 242 354 275 37 0 24 7 216 102 116
Binary 10100010 11101100 10111101 11111 0 10100 111 10001110 1000010 1001110

Color Harmonies of #A2ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECBD

Black with #A2ECBD

Text Example


Text Example

White with #A2ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECBD; }

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

 H1.HeaderClassName
 {
   color: #A2ECBD;
 }
 .AnyTagClassName
 {
   color: #A2ECBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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