Html Css Color HEX #A2E6CF Magic Mint

📋 copy color: '#A2E6CF'

red 162 ◦ green 230 ◦ blue 207

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

Shades of Magic Mint #A2E6CF

Tints of Magic Mint #A2E6CF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.4%

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 27.05%
G = 38.4%
B = 34.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#A2E6CF (or 0xA2E6CF) is known color: Magic Mint. HEX triplet: A2, E6 and CF. RGB value is (162,230,207). Sum of RGB (Red+Green+Blue) = 162+230+207=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6CF is #5D1930. Grayscale: #CFCFCF. Windows color (decimal): -6101297 or 13624994. OLE color: 13624994.

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

Color convert

RGB 162 230 207 -
CMYK 0.30 0 0.10 0.10
HSL 159.71º 0.58% 0.77% -
HSV(B) 159.71º 0.3% 0.9% -
XYZ 54.46 68.78 69.44 -
YUV 207.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 162 230 207 0.30 0 0.10 0.10 159.71 0.58 0.77
Hex A2 E6 CF 1E 0 A A A0 3A 4D
Octal 242 346 317 36 0 12 12 240 72 115
Binary 10100010 11100110 11001111 11110 0 1010 1010 10100000 111010 1001101

Color Harmonies of #A2E6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E6CF

Black with #A2E6CF

Text Example


Text Example

White with #A2E6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E6CF; }

 p { color: rgb(162,230,207); }

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

background-color css

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

 a { background-color: rgb(162,230,207); }

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

border-color css

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

 span { border-color: rgb(162,230,207); }

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