Html Css Color HEX #ACFCD5 Magic Mint

📋 copy color: '#ACFCD5'

red 172 ◦ green 252 ◦ blue 213

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

Shades of Magic Mint #ACFCD5

Tints of Magic Mint #ACFCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.44%

R = 27%
G = 39.56%
B = 33.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#ACFCD5 (or 0xACFCD5) is known color: Magic Mint. HEX triplet: AC, FC and D5. RGB value is (172,252,213). Sum of RGB (Red+Green+Blue) = 172+252+213=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD5 is #53032A. Grayscale: #DFDFDF. Windows color (decimal): -5440299 or 14023852. OLE color: 14023852.

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

Color convert

RGB 172 252 213 -
CMYK 0.32 0 0.15 0.01
HSL 150.75º 0.93% 0.83% -
HSV(B) 150.75º 0.32% 0.99% -
XYZ 63.83 83.2 75.64 -
YUV 223.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 172 252 213 0.32 0 0.15 0.01 150.75 0.93 0.83
Hex AC FC D5 20 0 F 1 97 5D 53
Octal 254 374 325 40 0 17 1 227 135 123
Binary 10101100 11111100 11010101 100000 0 1111 1 10010111 1011101 1010011

Color Harmonies of #ACFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCD5

Black with #ACFCD5

Text Example


Text Example

White with #ACFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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