Html Css Color HEX #A2ECCC Magic Mint

📋 copy color: '#A2ECCC'

red 162 ◦ green 236 ◦ blue 204

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

Shades of Magic Mint #A2ECCC

Tints of Magic Mint #A2ECCC

RGB

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

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

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

R = 26.91%
G = 39.2%
B = 33.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#A2ECCC (or 0xA2ECCC) is known color: Magic Mint. HEX triplet: A2, EC and CC. RGB value is (162,236,204). Sum of RGB (Red+Green+Blue) = 162+236+204=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECCC is #5D1333. Grayscale: #D2D2D2. Windows color (decimal): -6099764 or 13429922. OLE color: 13429922.

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

Color convert

RGB 162 236 204 -
CMYK 0.31 0 0.14 0.07
HSL 154.05º 0.66% 0.78% -
HSV(B) 154.05º 0.31% 0.93% -
XYZ 55.79 72.03 68.09 -
YUV 210.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 162 236 204 0.31 0 0.14 0.07 154.05 0.66 0.78
Hex A2 EC CC 1F 0 E 7 9A 42 4E
Octal 242 354 314 37 0 16 7 232 102 116
Binary 10100010 11101100 11001100 11111 0 1110 111 10011010 1000010 1001110

Color Harmonies of #A2ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECCC

Black with #A2ECCC

Text Example


Text Example

White with #A2ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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