Html Css Color HEX #A2F6CB Magic Mint

📋 copy color: '#A2F6CB'

red 162 ◦ green 246 ◦ blue 203

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

Shades of Magic Mint #A2F6CB

Tints of Magic Mint #A2F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.26%

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

R = 26.51%
G = 40.26%
B = 33.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#A2F6CB (or 0xA2F6CB) is known color: Magic Mint. HEX triplet: A2, F6 and CB. RGB value is (162,246,203). Sum of RGB (Red+Green+Blue) = 162+246+203=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F6CB is #5D0934. Grayscale: #D8D8D8. Windows color (decimal): -6097205 or 13366946. OLE color: 13366946.

HSL color Cylindrical-coordinate representation of color #A2F6CB: hue angle of 149.29º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F6CB is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 246 203 -
CMYK 0.34 0 0.17 0.04
HSL 149.29º 0.82% 0.8% -
HSV(B) 149.29º 0.34% 0.96% -
XYZ 58.64 77.9 68.45 -
YUV 215.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 162 246 203 0.34 0 0.17 0.04 149.29 0.82 0.8
Hex A2 F6 CB 22 0 11 4 95 52 50
Octal 242 366 313 42 0 21 4 225 122 120
Binary 10100010 11110110 11001011 100010 0 10001 100 10010101 1010010 1010000

Color Harmonies of #A2F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F6CB

Black with #A2F6CB

Text Example


Text Example

White with #A2F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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