Html Css Color HEX #A2FEBC Magic Mint

📋 copy color: '#A2FEBC'

red 162 ◦ green 254 ◦ blue 188

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

Shades of Magic Mint #A2FEBC

Tints of Magic Mint #A2FEBC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.05%

 BLUE value IS 188 (73.83% from 255) = 31.13%

R = 26.82%
G = 42.05%
B = 31.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#A2FEBC (or 0xA2FEBC) is known color: Magic Mint. HEX triplet: A2, FE and BC. RGB value is (162,254,188). Sum of RGB (Red+Green+Blue) = 162+254+188=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEBC is #5D0143. Grayscale: #DBDBDB. Windows color (decimal): -6095172 or 12385954. OLE color: 12385954.

HSL color Cylindrical-coordinate representation of color #A2FEBC: hue angle of 136.96º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FEBC is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 254 188 -
CMYK 0.36 0 0.26 0.00
HSL 136.96º 0.98% 0.82% -
HSV(B) 136.96º 0.36% 1% -
XYZ 59.42 82.2 60.31 -
YUV 218.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 162 254 188 0.36 0 0.26 0.00 136.96 0.98 0.82
Hex A2 FE BC 24 0 1A 0 89 62 52
Octal 242 376 274 44 0 32 0 211 142 122
Binary 10100010 11111110 10111100 100100 0 11010 0 10001001 1100010 1010010

Color Harmonies of #A2FEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FEBC

Black with #A2FEBC

Text Example


Text Example

White with #A2FEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FEBC; }

 p { color: rgb(162,254,188); }

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

background-color css

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

 a { background-color: rgb(162,254,188); }

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

border-color css

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

 span { border-color: rgb(162,254,188); }

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