Html Css Color HEX #A4FCD6 Magic Mint

📋 copy color: '#A4FCD6'

red 164 ◦ green 252 ◦ blue 214

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

Shades of Magic Mint #A4FCD6

Tints of Magic Mint #A4FCD6

RGB

 RED value IS 164 (64.45% from 255) = 26.03%

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

 BLUE value IS 214 (83.98% from 255) = 33.97%

R = 26.03%
G = 40%
B = 33.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#A4FCD6 (or 0xA4FCD6) is known color: Magic Mint. HEX triplet: A4, FC and D6. RGB value is (164,252,214). Sum of RGB (Red+Green+Blue) = 164+252+214=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCD6 is #5B0329. Grayscale: #DDDDDD. Windows color (decimal): -5964586 or 14089380. OLE color: 14089380.

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

Color convert

RGB 164 252 214 -
CMYK 0.35 0 0.15 0.01
HSL 154.09º 0.94% 0.82% -
HSV(B) 154.09º 0.35% 0.99% -
XYZ 62.26 82.37 76.24 -
YUV 221.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 164 252 214 0.35 0 0.15 0.01 154.09 0.94 0.82
Hex A4 FC D6 23 0 F 1 9A 5E 52
Octal 244 374 326 43 0 17 1 232 136 122
Binary 10100100 11111100 11010110 100011 0 1111 1 10011010 1011110 1010010

Color Harmonies of #A4FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FCD6

Black with #A4FCD6

Text Example


Text Example

White with #A4FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FCD6; }

 p { color: rgb(164,252,214); }

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

background-color css

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

 a { background-color: rgb(164,252,214); }

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

border-color css

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

 span { border-color: rgb(164,252,214); }

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