Html Css Color HEX #A2FCBD Magic Mint

📋 copy color: '#A2FCBD'

red 162 ◦ green 252 ◦ blue 189

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

Shades of Magic Mint #A2FCBD

Tints of Magic Mint #A2FCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.79%

 BLUE value IS 189 (74.22% from 255) = 31.34%

R = 26.87%
G = 41.79%
B = 31.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#A2FCBD (or 0xA2FCBD) is known color: Magic Mint. HEX triplet: A2, FC and BD. RGB value is (162,252,189). Sum of RGB (Red+Green+Blue) = 162+252+189=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCBD is #5D0342. Grayscale: #DADADA. Windows color (decimal): -6095683 or 12450978. OLE color: 12450978.

HSL color Cylindrical-coordinate representation of color #A2FCBD: hue angle of 138º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCBD is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 252 189 -
CMYK 0.36 0 0.25 0.01
HSL 138º 0.94% 0.81% -
HSV(B) 138º 0.36% 0.99% -
XYZ 58.9 80.98 60.67 -
YUV 217.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 162 252 189 0.36 0 0.25 0.01 138 0.94 0.81
Hex A2 FC BD 24 0 19 1 8A 5E 51
Octal 242 374 275 44 0 31 1 212 136 121
Binary 10100010 11111100 10111101 100100 0 11001 1 10001010 1011110 1010001

Color Harmonies of #A2FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCBD

Black with #A2FCBD

Text Example


Text Example

White with #A2FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCBD; }

 p { color: rgb(162,252,189); }

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

background-color css

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

 a { background-color: rgb(162,252,189); }

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

border-color css

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

 span { border-color: rgb(162,252,189); }

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