Html Css Color HEX #A2EDCB Magic Mint

📋 copy color: '#A2EDCB'

red 162 ◦ green 237 ◦ blue 203

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

Shades of Magic Mint #A2EDCB

Tints of Magic Mint #A2EDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 26.91%
G = 39.37%
B = 33.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#A2EDCB (or 0xA2EDCB) is known color: Magic Mint. HEX triplet: A2, ED and CB. RGB value is (162,237,203). Sum of RGB (Red+Green+Blue) = 162+237+203=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDCB is #5D1234. Grayscale: #D2D2D2. Windows color (decimal): -6099509 or 13364642. OLE color: 13364642.

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

Color convert

RGB 162 237 203 -
CMYK 0.32 0 0.14 0.07
HSL 152.8º 0.68% 0.78% -
HSV(B) 152.8º 0.32% 0.93% -
XYZ 55.96 72.56 67.56 -
YUV 210.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 162 237 203 0.32 0 0.14 0.07 152.8 0.68 0.78
Hex A2 ED CB 20 0 E 7 99 44 4E
Octal 242 355 313 40 0 16 7 231 104 116
Binary 10100010 11101101 11001011 100000 0 1110 111 10011001 1000100 1001110

Color Harmonies of #A2EDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDCB

Black with #A2EDCB

Text Example


Text Example

White with #A2EDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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