Html Css Color HEX #A4FAC9 Magic Mint

📋 copy color: '#A4FAC9'

red 164 ◦ green 250 ◦ blue 201

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

Shades of Magic Mint #A4FAC9

Tints of Magic Mint #A4FAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

 BLUE value IS 201 (78.91% from 255) = 32.68%

R = 26.67%
G = 40.65%
B = 32.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#A4FAC9 (or 0xA4FAC9) is known color: Magic Mint. HEX triplet: A4, FA and C9. RGB value is (164,250,201). Sum of RGB (Red+Green+Blue) = 164+250+201=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAC9 is #5B0536. Grayscale: #DADADA. Windows color (decimal): -5965111 or 13236900. OLE color: 13236900.

HSL color Cylindrical-coordinate representation of color #A4FAC9: hue angle of 145.81º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAC9 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 250 201 -
CMYK 0.34 0 0.20 0.02
HSL 145.81º 0.9% 0.81% -
HSV(B) 145.81º 0.34% 0.98% -
XYZ 60.04 80.48 67.63 -
YUV 218.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 164 250 201 0.34 0 0.20 0.02 145.81 0.9 0.81
Hex A4 FA C9 22 0 14 2 92 5A 51
Octal 244 372 311 42 0 24 2 222 132 121
Binary 10100100 11111010 11001001 100010 0 10100 10 10010010 1011010 1010001

Color Harmonies of #A4FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FAC9

Black with #A4FAC9

Text Example


Text Example

White with #A4FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FAC9; }

 p { color: rgb(164,250,201); }

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

background-color css

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

 a { background-color: rgb(164,250,201); }

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

border-color css

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

 span { border-color: rgb(164,250,201); }

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