Html Css Color HEX #ACF6CD Magic Mint

📋 copy color: '#ACF6CD'

red 172 ◦ green 246 ◦ blue 205

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

Shades of Magic Mint #ACF6CD

Tints of Magic Mint #ACF6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.91%

R = 27.61%
G = 39.49%
B = 32.91%

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

#ACF6CD (or 0xACF6CD) is known color: Magic Mint. HEX triplet: AC, F6 and CD. RGB value is (172,246,205). Sum of RGB (Red+Green+Blue) = 172+246+205=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6CD is #530932. Grayscale: #DBDBDB. Windows color (decimal): -5441843 or 13498028. OLE color: 13498028.

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

Color convert

RGB 172 246 205 -
CMYK 0.30 0 0.17 0.04
HSL 146.76º 0.8% 0.82% -
HSV(B) 146.76º 0.3% 0.96% -
XYZ 60.99 79.09 69.81 -
YUV 219.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 172 246 205 0.30 0 0.17 0.04 146.76 0.8 0.82
Hex AC F6 CD 1E 0 11 4 93 50 52
Octal 254 366 315 36 0 21 4 223 120 122
Binary 10101100 11110110 11001101 11110 0 10001 100 10010011 1010000 1010010

Color Harmonies of #ACF6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6CD

Black with #ACF6CD

Text Example


Text Example

White with #ACF6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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