Html Css Color HEX #A2E6CE Magic Mint

📋 copy color: '#A2E6CE'

red 162 ◦ green 230 ◦ blue 206

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

Shades of Magic Mint #A2E6CE

Tints of Magic Mint #A2E6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 27.09%
G = 38.46%
B = 34.45%

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

#A2E6CE (or 0xA2E6CE) is known color: Magic Mint. HEX triplet: A2, E6 and CE. RGB value is (162,230,206). Sum of RGB (Red+Green+Blue) = 162+230+206=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6CE is #5D1931. Grayscale: #CECECE. Windows color (decimal): -6101298 or 13559458. OLE color: 13559458.

HSL color Cylindrical-coordinate representation of color #A2E6CE: hue angle of 158.82º 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 #A2E6CE is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 230 206 -
CMYK 0.30 0 0.10 0.10
HSL 158.82º 0.58% 0.77% -
HSV(B) 158.82º 0.3% 0.9% -
XYZ 54.34 68.73 68.8 -
YUV 206.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 162 230 206 0.30 0 0.10 0.10 158.82 0.58 0.77
Hex A2 E6 CE 1E 0 A A 9F 3A 4D
Octal 242 346 316 36 0 12 12 237 72 115
Binary 10100010 11100110 11001110 11110 0 1010 1010 10011111 111010 1001101

Color Harmonies of #A2E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E6CE

Black with #A2E6CE

Text Example


Text Example

White with #A2E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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