Html Css Color HEX #A2EBCC Magic Mint

📋 copy color: '#A2EBCC'

red 162 ◦ green 235 ◦ blue 204

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

Shades of Magic Mint #A2EBCC

Tints of Magic Mint #A2EBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.94%

R = 26.96%
G = 39.1%
B = 33.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#A2EBCC (or 0xA2EBCC) is known color: Magic Mint. HEX triplet: A2, EB and CC. RGB value is (162,235,204). Sum of RGB (Red+Green+Blue) = 162+235+204=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBCC is #5D1433. Grayscale: #D1D1D1. Windows color (decimal): -6100020 or 13429666. OLE color: 13429666.

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

Color convert

RGB 162 235 204 -
CMYK 0.31 0 0.13 0.08
HSL 154.52º 0.65% 0.78% -
HSV(B) 154.52º 0.31% 0.92% -
XYZ 55.51 71.46 67.99 -
YUV 209.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 162 235 204 0.31 0 0.13 0.08 154.52 0.65 0.78
Hex A2 EB CC 1F 0 D 8 9B 41 4E
Octal 242 353 314 37 0 15 10 233 101 116
Binary 10100010 11101011 11001100 11111 0 1101 1000 10011011 1000001 1001110

Color Harmonies of #A2EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBCC

Black with #A2EBCC

Text Example


Text Example

White with #A2EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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