Html Css Color HEX #A2FFCC Magic Mint

📋 copy color: '#A2FFCC'

red 162 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #A2FFCC

Tints of Magic Mint #A2FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 41.06%

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

R = 26.09%
G = 41.06%
B = 32.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#A2FFCC (or 0xA2FFCC) is known color: Magic Mint. HEX triplet: A2, FF and CC. RGB value is (162,255,204). Sum of RGB (Red+Green+Blue) = 162+255+204=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFCC is #5D0033. Grayscale: #DDDDDD. Windows color (decimal): -6094900 or 13434786. OLE color: 13434786.

HSL color Cylindrical-coordinate representation of color #A2FFCC: hue angle of 147.1º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFCC is Cyan = 0.36, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 162 255 204 -
CMYK 0.36 0 0.2 0
HSL 147.1º 1% 0.82% -
HSV(B) 147.1º 0.36% 1% -
XYZ 61.56 83.56 70.01 -
YUV 221.38 118.19 85.65 -
System Red Green Blue C M Y K H S L
Decimal 162 255 204 0.36 0 0.2 0 147.1 1 0.82
Hex A2 FF CC 24 0 14 0 93 64 52
Octal 242 377 314 44 0 24 0 223 144 122
Binary 10100010 11111111 11001100 100100 0 10100 0 10010011 1100100 1010010

Color Harmonies of #A2FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFCC

Black with #A2FFCC

Text Example


Text Example

White with #A2FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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