Html Css Color HEX #ACFAC9 Magic Mint

📋 copy color: '#ACFAC9'

red 172 ◦ green 250 ◦ blue 201

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

Shades of Magic Mint #ACFAC9

Tints of Magic Mint #ACFAC9

RGB

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

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

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

R = 27.61%
G = 40.13%
B = 32.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#ACFAC9 (or 0xACFAC9) is known color: Magic Mint. HEX triplet: AC, FA and C9. RGB value is (172,250,201). Sum of RGB (Red+Green+Blue) = 172+250+201=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC9 is #530536. Grayscale: #DDDDDD. Windows color (decimal): -5440823 or 13236908. OLE color: 13236908.

HSL color Cylindrical-coordinate representation of color #ACFAC9: hue angle of 142.31º 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 #ACFAC9 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 201 -
CMYK 0.31 0 0.20 0.02
HSL 142.31º 0.89% 0.83% -
HSV(B) 142.31º 0.31% 0.98% -
XYZ 61.74 81.36 67.71 -
YUV 221.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 172 250 201 0.31 0 0.20 0.02 142.31 0.89 0.83
Hex AC FA C9 1F 0 14 2 8E 59 53
Octal 254 372 311 37 0 24 2 216 131 123
Binary 10101100 11111010 11001001 11111 0 10100 10 10001110 1011001 1010011

Color Harmonies of #ACFAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAC9

Black with #ACFAC9

Text Example


Text Example

White with #ACFAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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