Html Css Color HEX #A2ECCE Magic Mint

📋 copy color: '#A2ECCE'

red 162 ◦ green 236 ◦ blue 206

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

Shades of Magic Mint #A2ECCE

Tints of Magic Mint #A2ECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.07%

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

R = 26.82%
G = 39.07%
B = 34.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#A2ECCE (or 0xA2ECCE) is known color: Magic Mint. HEX triplet: A2, EC and CE. RGB value is (162,236,206). Sum of RGB (Red+Green+Blue) = 162+236+206=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECCE is #5D1331. Grayscale: #D2D2D2. Windows color (decimal): -6099762 or 13560994. OLE color: 13560994.

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

Color convert

RGB 162 236 206 -
CMYK 0.31 0 0.13 0.07
HSL 155.68º 0.66% 0.78% -
HSV(B) 155.68º 0.31% 0.93% -
XYZ 56.04 72.13 69.36 -
YUV 210.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 162 236 206 0.31 0 0.13 0.07 155.68 0.66 0.78
Hex A2 EC CE 1F 0 D 7 9C 42 4E
Octal 242 354 316 37 0 15 7 234 102 116
Binary 10100010 11101100 11001110 11111 0 1101 111 10011100 1000010 1001110

Color Harmonies of #A2ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECCE

Black with #A2ECCE

Text Example


Text Example

White with #A2ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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