Html Css Color HEX #ACFCC4 Magic Mint

📋 copy color: '#ACFCC4'

red 172 ◦ green 252 ◦ blue 196

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

Shades of Magic Mint #ACFCC4

Tints of Magic Mint #ACFCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.61%

R = 27.74%
G = 40.65%
B = 31.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#ACFCC4 (or 0xACFCC4) is known color: Magic Mint. HEX triplet: AC, FC and C4. RGB value is (172,252,196). Sum of RGB (Red+Green+Blue) = 172+252+196=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCC4 is #53033B. Grayscale: #DDDDDD. Windows color (decimal): -5440316 or 12909740. OLE color: 12909740.

HSL color Cylindrical-coordinate representation of color #ACFCC4: hue angle of 138º 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 #ACFCC4 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 196 -
CMYK 0.32 0 0.22 0.01
HSL 138º 0.93% 0.83% -
HSV(B) 138º 0.32% 0.99% -
XYZ 61.79 82.38 64.87 -
YUV 221.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 172 252 196 0.32 0 0.22 0.01 138 0.93 0.83
Hex AC FC C4 20 0 16 1 8A 5D 53
Octal 254 374 304 40 0 26 1 212 135 123
Binary 10101100 11111100 11000100 100000 0 10110 1 10001010 1011101 1010011

Color Harmonies of #ACFCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCC4

Black with #ACFCC4

Text Example


Text Example

White with #ACFCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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