Html Css Color HEX #ACFDC4 Magic Mint

📋 copy color: '#ACFDC4'

red 172 ◦ green 253 ◦ blue 196

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

Shades of Magic Mint #ACFDC4

Tints of Magic Mint #ACFDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.74%

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

R = 27.7%
G = 40.74%
B = 31.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#ACFDC4 (or 0xACFDC4) is known color: Magic Mint. HEX triplet: AC, FD and C4. RGB value is (172,253,196). Sum of RGB (Red+Green+Blue) = 172+253+196=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC4 is #53023B. Grayscale: #DEDEDE. Windows color (decimal): -5440060 or 12909996. OLE color: 12909996.

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

Color convert

RGB 172 253 196 -
CMYK 0.32 0 0.23 0.01
HSL 137.78º 0.95% 0.83% -
HSV(B) 137.78º 0.32% 0.99% -
XYZ 62.1 83.01 64.97 -
YUV 222.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 172 253 196 0.32 0 0.23 0.01 137.78 0.95 0.83
Hex AC FD C4 20 0 17 1 8A 5F 53
Octal 254 375 304 40 0 27 1 212 137 123
Binary 10101100 11111101 11000100 100000 0 10111 1 10001010 1011111 1010011

Color Harmonies of #ACFDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDC4

Black with #ACFDC4

Text Example


Text Example

White with #ACFDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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