Html Css Color HEX #ACF0CC Magic Mint

📋 copy color: '#ACF0CC'

red 172 ◦ green 240 ◦ blue 204

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

Shades of Magic Mint #ACF0CC

Tints of Magic Mint #ACF0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.96%

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

R = 27.92%
G = 38.96%
B = 33.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#ACF0CC (or 0xACF0CC) is known color: Magic Mint. HEX triplet: AC, F0 and CC. RGB value is (172,240,204). Sum of RGB (Red+Green+Blue) = 172+240+204=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0CC is #530F33. Grayscale: #D7D7D7. Windows color (decimal): -5443380 or 13430956. OLE color: 13430956.

HSL color Cylindrical-coordinate representation of color #ACF0CC: hue angle of 148.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0CC is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 204 -
CMYK 0.28 0 0.15 0.06
HSL 148.24º 0.69% 0.81% -
HSV(B) 148.24º 0.28% 0.94% -
XYZ 59.07 75.45 68.58 -
YUV 215.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 172 240 204 0.28 0 0.15 0.06 148.24 0.69 0.81
Hex AC F0 CC 1C 0 F 6 94 45 51
Octal 254 360 314 34 0 17 6 224 105 121
Binary 10101100 11110000 11001100 11100 0 1111 110 10010100 1000101 1010001

Color Harmonies of #ACF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0CC

Black with #ACF0CC

Text Example


Text Example

White with #ACF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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