Html Css Color HEX #ACF6CC Magic Mint

📋 copy color: '#ACF6CC'

red 172 ◦ green 246 ◦ blue 204

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

Shades of Magic Mint #ACF6CC

Tints of Magic Mint #ACF6CC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.55%

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 27.65%
G = 39.55%
B = 32.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#ACF6CC (or 0xACF6CC) is known color: Magic Mint. HEX triplet: AC, F6 and CC. RGB value is (172,246,204). Sum of RGB (Red+Green+Blue) = 172+246+204=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6CC is #530933. Grayscale: #DBDBDB. Windows color (decimal): -5441844 or 13432492. OLE color: 13432492.

HSL color Cylindrical-coordinate representation of color #ACF6CC: hue angle of 145.95º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6CC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 204 -
CMYK 0.30 0 0.17 0.04
HSL 145.95º 0.8% 0.82% -
HSV(B) 145.95º 0.3% 0.96% -
XYZ 60.87 79.04 69.18 -
YUV 219.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 172 246 204 0.30 0 0.17 0.04 145.95 0.8 0.82
Hex AC F6 CC 1E 0 11 4 92 50 52
Octal 254 366 314 36 0 21 4 222 120 122
Binary 10101100 11110110 11001100 11110 0 10001 100 10010010 1010000 1010010

Color Harmonies of #ACF6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6CC

Black with #ACF6CC

Text Example


Text Example

White with #ACF6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6CC; }

 p { color: rgb(172,246,204); }

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

background-color css

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

 a { background-color: rgb(172,246,204); }

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

border-color css

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

 span { border-color: rgb(172,246,204); }

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