Html Css Color HEX #ACFCC9 Magic Mint

📋 copy color: '#ACFCC9'

red 172 ◦ green 252 ◦ blue 201

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

Shades of Magic Mint #ACFCC9

Tints of Magic Mint #ACFCC9

RGB

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

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

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

R = 27.52%
G = 40.32%
B = 32.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#ACFCC9 (or 0xACFCC9) is known color: Magic Mint. HEX triplet: AC, FC and C9. RGB value is (172,252,201). Sum of RGB (Red+Green+Blue) = 172+252+201=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC9 is #530336. Grayscale: #DEDEDE. Windows color (decimal): -5440311 or 13237420. OLE color: 13237420.

HSL color Cylindrical-coordinate representation of color #ACFCC9: hue angle of 141.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCC9 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 201 -
CMYK 0.32 0 0.20 0.01
HSL 141.75º 0.93% 0.83% -
HSV(B) 141.75º 0.32% 0.99% -
XYZ 62.37 82.61 67.92 -
YUV 222.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 172 252 201 0.32 0 0.20 0.01 141.75 0.93 0.83
Hex AC FC C9 20 0 14 1 8E 5D 53
Octal 254 374 311 40 0 24 1 216 135 123
Binary 10101100 11111100 11001001 100000 0 10100 1 10001110 1011101 1010011

Color Harmonies of #ACFCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCC9

Black with #ACFCC9

Text Example


Text Example

White with #ACFCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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