Html Css Color HEX #ACF5CC Magic Mint

📋 copy color: '#ACF5CC'

red 172 ◦ green 245 ◦ blue 204

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

Shades of Magic Mint #ACF5CC

Tints of Magic Mint #ACF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.45%

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

R = 27.7%
G = 39.45%
B = 32.85%

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

#ACF5CC (or 0xACF5CC) is known color: Magic Mint. HEX triplet: AC, F5 and CC. RGB value is (172,245,204). Sum of RGB (Red+Green+Blue) = 172+245+204=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5CC is #530A33. Grayscale: #DADADA. Windows color (decimal): -5442100 or 13432236. OLE color: 13432236.

HSL color Cylindrical-coordinate representation of color #ACF5CC: hue angle of 146.3º degrees, saturation: 0.78, 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 #ACF5CC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 204 -
CMYK 0.30 0 0.17 0.04
HSL 146.3º 0.78% 0.82% -
HSV(B) 146.3º 0.3% 0.96% -
XYZ 60.56 78.44 69.07 -
YUV 218.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 172 245 204 0.30 0 0.17 0.04 146.3 0.78 0.82
Hex AC F5 CC 1E 0 11 4 92 4E 52
Octal 254 365 314 36 0 21 4 222 116 122
Binary 10101100 11110101 11001100 11110 0 10001 100 10010010 1001110 1010010

Color Harmonies of #ACF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5CC

Black with #ACF5CC

Text Example


Text Example

White with #ACF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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