Html Css Color HEX #ACFCDC Magic Mint

📋 copy color: '#ACFCDC'

red 172 ◦ green 252 ◦ blue 220

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

Shades of Magic Mint #ACFCDC

Tints of Magic Mint #ACFCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.16%

R = 26.71%
G = 39.13%
B = 34.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#ACFCDC (or 0xACFCDC) is known color: Magic Mint. HEX triplet: AC, FC and DC. RGB value is (172,252,220). Sum of RGB (Red+Green+Blue) = 172+252+220=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCDC is #530323. Grayscale: #E0E0E0. Windows color (decimal): -5440292 or 14482604. OLE color: 14482604.

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

Color convert

RGB 172 252 220 -
CMYK 0.32 0 0.13 0.01
HSL 156º 0.93% 0.83% -
HSV(B) 156º 0.32% 0.99% -
XYZ 64.74 83.56 80.43 -
YUV 224.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 172 252 220 0.32 0 0.13 0.01 156 0.93 0.83
Hex AC FC DC 20 0 D 1 9C 5D 53
Octal 254 374 334 40 0 15 1 234 135 123
Binary 10101100 11111100 11011100 100000 0 1101 1 10011100 1011101 1010011

Color Harmonies of #ACFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCDC

Black with #ACFCDC

Text Example


Text Example

White with #ACFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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