Html Css Color HEX #A2ECBE Magic Mint

📋 copy color: '#A2ECBE'

red 162 ◦ green 236 ◦ blue 190

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

Shades of Magic Mint #A2ECBE

Tints of Magic Mint #A2ECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.31%

R = 27.55%
G = 40.14%
B = 32.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#A2ECBE (or 0xA2ECBE) is known color: Magic Mint. HEX triplet: A2, EC and BE. RGB value is (162,236,190). Sum of RGB (Red+Green+Blue) = 162+236+190=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECBE is #5D1341. Grayscale: #D0D0D0. Windows color (decimal): -6099778 or 12512418. OLE color: 12512418.

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

Color convert

RGB 162 236 190 -
CMYK 0.31 0 0.19 0.07
HSL 142.7º 0.66% 0.78% -
HSV(B) 142.7º 0.31% 0.93% -
XYZ 54.19 71.39 59.64 -
YUV 208.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 162 236 190 0.31 0 0.19 0.07 142.7 0.66 0.78
Hex A2 EC BE 1F 0 13 7 8F 42 4E
Octal 242 354 276 37 0 23 7 217 102 116
Binary 10100010 11101100 10111110 11111 0 10011 111 10001111 1000010 1001110

Color Harmonies of #A2ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECBE

Black with #A2ECBE

Text Example


Text Example

White with #A2ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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