Html Css Color HEX #A2EECA Magic Mint

📋 copy color: '#A2EECA'

red 162 ◦ green 238 ◦ blue 202

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

Shades of Magic Mint #A2EECA

Tints of Magic Mint #A2EECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.53%

 BLUE value IS 202 (79.3% from 255) = 33.55%

R = 26.91%
G = 39.53%
B = 33.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#A2EECA (or 0xA2EECA) is known color: Magic Mint. HEX triplet: A2, EE and CA. RGB value is (162,238,202). Sum of RGB (Red+Green+Blue) = 162+238+202=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EECA is #5D1135. Grayscale: #D3D3D3. Windows color (decimal): -6099254 or 13299362. OLE color: 13299362.

HSL color Cylindrical-coordinate representation of color #A2EECA: hue angle of 151.58º degrees, saturation: 0.69, 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 #A2EECA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 238 202 -
CMYK 0.32 0 0.15 0.07
HSL 151.58º 0.69% 0.78% -
HSV(B) 151.58º 0.32% 0.93% -
XYZ 56.14 73.09 67.03 -
YUV 211.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 162 238 202 0.32 0 0.15 0.07 151.58 0.69 0.78
Hex A2 EE CA 20 0 F 7 98 45 4E
Octal 242 356 312 40 0 17 7 230 105 116
Binary 10100010 11101110 11001010 100000 0 1111 111 10011000 1000101 1001110

Color Harmonies of #A2EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EECA

Black with #A2EECA

Text Example


Text Example

White with #A2EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EECA; }

 p { color: rgb(162,238,202); }

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

background-color css

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

 a { background-color: rgb(162,238,202); }

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

border-color css

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

 span { border-color: rgb(162,238,202); }

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