Html Css Color HEX #ACFAC8 Magic Mint

📋 copy color: '#ACFAC8'

red 172 ◦ green 250 ◦ blue 200

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

Shades of Magic Mint #ACFAC8

Tints of Magic Mint #ACFAC8

RGB

 RED value IS 172 (67.58% from 255) = 27.65%

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

 BLUE value IS 200 (78.52% from 255) = 32.15%

R = 27.65%
G = 40.19%
B = 32.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#ACFAC8 (or 0xACFAC8) is known color: Magic Mint. HEX triplet: AC, FA and C8. RGB value is (172,250,200). Sum of RGB (Red+Green+Blue) = 172+250+200=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC8 is #530537. Grayscale: #DDDDDD. Windows color (decimal): -5440824 or 13171372. OLE color: 13171372.

HSL color Cylindrical-coordinate representation of color #ACFAC8: hue angle of 141.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAC8 is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 200 -
CMYK 0.31 0 0.2 0.02
HSL 141.54º 0.89% 0.83% -
HSV(B) 141.54º 0.31% 0.98% -
XYZ 61.62 81.31 67.09 -
YUV 220.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 172 250 200 0.31 0 0.2 0.02 141.54 0.89 0.83
Hex AC FA C8 1F 0 14 2 8E 59 53
Octal 254 372 310 37 0 24 2 216 131 123
Binary 10101100 11111010 11001000 11111 0 10100 10 10001110 1011001 1010011

Color Harmonies of #ACFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAC8

Black with #ACFAC8

Text Example


Text Example

White with #ACFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAC8; }

 p { color: rgb(172,250,200); }

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

background-color css

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

 a { background-color: rgb(172,250,200); }

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

border-color css

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

 span { border-color: rgb(172,250,200); }

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