Html Css Color HEX #ACFFCD Magic Mint

📋 copy color: '#ACFFCD'

red 172 ◦ green 255 ◦ blue 205

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

Shades of Magic Mint #ACFFCD

Tints of Magic Mint #ACFFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.35%

 BLUE value IS 205 (80.47% from 255) = 32.44%

R = 27.22%
G = 40.35%
B = 32.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#ACFFCD (or 0xACFFCD) is known color: Magic Mint. HEX triplet: AC, FF and CD. RGB value is (172,255,205). Sum of RGB (Red+Green+Blue) = 172+255+205=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFCD is #530032. Grayscale: #E0E0E0. Windows color (decimal): -5439539 or 13500332. OLE color: 13500332.

HSL color Cylindrical-coordinate representation of color #ACFFCD: hue angle of 143.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFCD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 205 -
CMYK 0.33 0 0.20 0
HSL 143.86º 1% 0.84% -
HSV(B) 143.86º 0.33% 1% -
XYZ 63.79 84.7 70.74 -
YUV 224.48 117 90.57 -
System Red Green Blue C M Y K H S L
Decimal 172 255 205 0.33 0 0.20 0 143.86 1 0.84
Hex AC FF CD 21 0 14 0 90 64 54
Octal 254 377 315 41 0 24 0 220 144 124
Binary 10101100 11111111 11001101 100001 0 10100 0 10010000 1100100 1010100

Color Harmonies of #ACFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFCD

Black with #ACFFCD

Text Example


Text Example

White with #ACFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFCD; }

 p { color: rgb(172,255,205); }

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

background-color css

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

 a { background-color: rgb(172,255,205); }

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

border-color css

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

 span { border-color: rgb(172,255,205); }

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