Html Css Color HEX #A2FDCC Magic Mint

📋 copy color: '#A2FDCC'

red 162 ◦ green 253 ◦ blue 204

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

Shades of Magic Mint #A2FDCC

Tints of Magic Mint #A2FDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.87%

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 26.17%
G = 40.87%
B = 32.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#A2FDCC (or 0xA2FDCC) is known color: Magic Mint. HEX triplet: A2, FD and CC. RGB value is (162,253,204). Sum of RGB (Red+Green+Blue) = 162+253+204=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FDCC is #5D0233. Grayscale: #DCDCDC. Windows color (decimal): -6095412 or 13434274. OLE color: 13434274.

HSL color Cylindrical-coordinate representation of color #A2FDCC: hue angle of 147.69º degrees, saturation: 0.96, 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 #A2FDCC is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 253 204 -
CMYK 0.36 0 0.19 0.01
HSL 147.69º 0.96% 0.81% -
HSV(B) 147.69º 0.36% 0.99% -
XYZ 60.92 82.29 69.8 -
YUV 220.21 118.85 86.48 -
System Red Green Blue C M Y K H S L
Decimal 162 253 204 0.36 0 0.19 0.01 147.69 0.96 0.81
Hex A2 FD CC 24 0 13 1 94 60 51
Octal 242 375 314 44 0 23 1 224 140 121
Binary 10100010 11111101 11001100 100100 0 10011 1 10010100 1100000 1010001

Color Harmonies of #A2FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FDCC

Black with #A2FDCC

Text Example


Text Example

White with #A2FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FDCC; }

 p { color: rgb(162,253,204); }

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

background-color css

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

 a { background-color: rgb(162,253,204); }

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

border-color css

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

 span { border-color: rgb(162,253,204); }

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