Html Css Color HEX #A2EBC9 Magic Mint

📋 copy color: '#A2EBC9'

red 162 ◦ green 235 ◦ blue 201

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

Shades of Magic Mint #A2EBC9

Tints of Magic Mint #A2EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.3%

 BLUE value IS 201 (78.91% from 255) = 33.61%

R = 27.09%
G = 39.3%
B = 33.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#A2EBC9 (or 0xA2EBC9) is known color: Magic Mint. HEX triplet: A2, EB and C9. RGB value is (162,235,201). Sum of RGB (Red+Green+Blue) = 162+235+201=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBC9 is #5D1436. Grayscale: #D1D1D1. Windows color (decimal): -6100023 or 13233058. OLE color: 13233058.

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

Color convert

RGB 162 235 201 -
CMYK 0.31 0 0.14 0.08
HSL 152.05º 0.65% 0.78% -
HSV(B) 152.05º 0.31% 0.92% -
XYZ 55.15 71.32 66.12 -
YUV 209.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 162 235 201 0.31 0 0.14 0.08 152.05 0.65 0.78
Hex A2 EB C9 1F 0 E 8 98 41 4E
Octal 242 353 311 37 0 16 10 230 101 116
Binary 10100010 11101011 11001001 11111 0 1110 1000 10011000 1000001 1001110

Color Harmonies of #A2EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBC9

Black with #A2EBC9

Text Example


Text Example

White with #A2EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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