Html Css Color HEX #A2E5CB Magic Mint

📋 copy color: '#A2E5CB'

red 162 ◦ green 229 ◦ blue 203

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

Shades of Magic Mint #A2E5CB

Tints of Magic Mint #A2E5CB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.55%

 BLUE value IS 203 (79.69% from 255) = 34.18%

R = 27.27%
G = 38.55%
B = 34.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#A2E5CB (or 0xA2E5CB) is known color: Magic Mint. HEX triplet: A2, E5 and CB. RGB value is (162,229,203). Sum of RGB (Red+Green+Blue) = 162+229+203=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E5CB is #5D1A34. Grayscale: #CECECE. Windows color (decimal): -6101557 or 13362594. OLE color: 13362594.

HSL color Cylindrical-coordinate representation of color #A2E5CB: hue angle of 156.72º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5CB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 229 203 -
CMYK 0.29 0 0.11 0.10
HSL 156.72º 0.56% 0.77% -
HSV(B) 156.72º 0.29% 0.9% -
XYZ 53.7 68.03 66.8 -
YUV 206 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 162 229 203 0.29 0 0.11 0.10 156.72 0.56 0.77
Hex A2 E5 CB 1D 0 B A 9D 38 4D
Octal 242 345 313 35 0 13 12 235 70 115
Binary 10100010 11100101 11001011 11101 0 1011 1010 10011101 111000 1001101

Color Harmonies of #A2E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E5CB

Black with #A2E5CB

Text Example


Text Example

White with #A2E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E5CB; }

 p { color: rgb(162,229,203); }

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

background-color css

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

 a { background-color: rgb(162,229,203); }

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

border-color css

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

 span { border-color: rgb(162,229,203); }

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