Html Css Color HEX #ACFFCE Magic Mint

📋 copy color: '#ACFFCE'

red 172 ◦ green 255 ◦ blue 206

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

Shades of Magic Mint #ACFFCE

Tints of Magic Mint #ACFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.54%

R = 27.17%
G = 40.28%
B = 32.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#ACFFCE (or 0xACFFCE) is known color: Magic Mint. HEX triplet: AC, FF and CE. RGB value is (172,255,206). Sum of RGB (Red+Green+Blue) = 172+255+206=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFCE is #530031. Grayscale: #E0E0E0. Windows color (decimal): -5439538 or 13565868. OLE color: 13565868.

HSL color Cylindrical-coordinate representation of color #ACFFCE: hue angle of 144.58º 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 #ACFFCE is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 206 -
CMYK 0.33 0 0.19 0
HSL 144.58º 1% 0.84% -
HSV(B) 144.58º 0.33% 1% -
XYZ 63.91 84.75 71.38 -
YUV 224.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 172 255 206 0.33 0 0.19 0 144.58 1 0.84
Hex AC FF CE 21 0 13 0 91 64 54
Octal 254 377 316 41 0 23 0 221 144 124
Binary 10101100 11111111 11001110 100001 0 10011 0 10010001 1100100 1010100

Color Harmonies of #ACFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFCE

Black with #ACFFCE

Text Example


Text Example

White with #ACFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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