Html Css Color HEX #A2E9CF Magic Mint

📋 copy color: '#A2E9CF'

red 162 ◦ green 233 ◦ blue 207

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

Shades of Magic Mint #A2E9CF

Tints of Magic Mint #A2E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.7%

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

R = 26.91%
G = 38.7%
B = 34.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#A2E9CF (or 0xA2E9CF) is known color: Magic Mint. HEX triplet: A2, E9 and CF. RGB value is (162,233,207). Sum of RGB (Red+Green+Blue) = 162+233+207=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9CF is #5D1630. Grayscale: #D0D0D0. Windows color (decimal): -6100529 or 13625762. OLE color: 13625762.

HSL color Cylindrical-coordinate representation of color #A2E9CF: hue angle of 158.03º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9CF is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 207 -
CMYK 0.30 0 0.11 0.09
HSL 158.03º 0.62% 0.77% -
HSV(B) 158.03º 0.3% 0.91% -
XYZ 55.3 70.46 69.72 -
YUV 208.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 162 233 207 0.30 0 0.11 0.09 158.03 0.62 0.77
Hex A2 E9 CF 1E 0 B 9 9E 3E 4D
Octal 242 351 317 36 0 13 11 236 76 115
Binary 10100010 11101001 11001111 11110 0 1011 1001 10011110 111110 1001101

Color Harmonies of #A2E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E9CF

Black with #A2E9CF

Text Example


Text Example

White with #A2E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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