Html Css Color HEX #ACF7CC Magic Mint

📋 copy color: '#ACF7CC'

red 172 ◦ green 247 ◦ blue 204

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

Shades of Magic Mint #ACF7CC

Tints of Magic Mint #ACF7CC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.65%

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

R = 27.61%
G = 39.65%
B = 32.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#ACF7CC (or 0xACF7CC) is known color: Magic Mint. HEX triplet: AC, F7 and CC. RGB value is (172,247,204). Sum of RGB (Red+Green+Blue) = 172+247+204=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7CC is #530833. Grayscale: #DBDBDB. Windows color (decimal): -5441588 or 13432748. OLE color: 13432748.

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

Color convert

RGB 172 247 204 -
CMYK 0.30 0 0.17 0.03
HSL 145.6º 0.82% 0.82% -
HSV(B) 145.6º 0.3% 0.97% -
XYZ 61.17 79.65 69.28 -
YUV 219.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 172 247 204 0.30 0 0.17 0.03 145.6 0.82 0.82
Hex AC F7 CC 1E 0 11 3 92 52 52
Octal 254 367 314 36 0 21 3 222 122 122
Binary 10101100 11110111 11001100 11110 0 10001 11 10010010 1010010 1010010

Color Harmonies of #ACF7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7CC

Black with #ACF7CC

Text Example


Text Example

White with #ACF7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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