Html Css Color HEX #A2EDCE Magic Mint

📋 copy color: '#A2EDCE'

red 162 ◦ green 237 ◦ blue 206

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

Shades of Magic Mint #A2EDCE

Tints of Magic Mint #A2EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.17%

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

R = 26.78%
G = 39.17%
B = 34.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#A2EDCE (or 0xA2EDCE) is known color: Magic Mint. HEX triplet: A2, ED and CE. RGB value is (162,237,206). Sum of RGB (Red+Green+Blue) = 162+237+206=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDCE is #5D1231. Grayscale: #D3D3D3. Windows color (decimal): -6099506 or 13561250. OLE color: 13561250.

HSL color Cylindrical-coordinate representation of color #A2EDCE: hue angle of 155.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDCE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 206 -
CMYK 0.32 0 0.13 0.07
HSL 155.2º 0.68% 0.78% -
HSV(B) 155.2º 0.32% 0.93% -
XYZ 56.33 72.71 69.46 -
YUV 211.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 162 237 206 0.32 0 0.13 0.07 155.2 0.68 0.78
Hex A2 ED CE 20 0 D 7 9B 44 4E
Octal 242 355 316 40 0 15 7 233 104 116
Binary 10100010 11101101 11001110 100000 0 1101 111 10011011 1000100 1001110

Color Harmonies of #A2EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDCE

Black with #A2EDCE

Text Example


Text Example

White with #A2EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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