Html Css Color HEX #ACE6C6 Magic Mint

📋 copy color: '#ACE6C6'

red 172 ◦ green 230 ◦ blue 198

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

Shades of Magic Mint #ACE6C6

Tints of Magic Mint #ACE6C6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.33%

 BLUE value IS 198 (77.73% from 255) = 33%

R = 28.67%
G = 38.33%
B = 33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#ACE6C6 (or 0xACE6C6) is known color: Magic Mint. HEX triplet: AC, E6 and C6. RGB value is (172,230,198). Sum of RGB (Red+Green+Blue) = 172+230+198=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6C6 is #531939. Grayscale: #D1D1D1. Windows color (decimal): -5445946 or 13035180. OLE color: 13035180.

HSL color Cylindrical-coordinate representation of color #ACE6C6: hue angle of 146.9º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6C6 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 198 -
CMYK 0.25 0 0.14 0.10
HSL 146.9º 0.54% 0.79% -
HSV(B) 146.9º 0.25% 0.9% -
XYZ 55.5 69.44 63.9 -
YUV 209.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 172 230 198 0.25 0 0.14 0.10 146.9 0.54 0.79
Hex AC E6 C6 19 0 E A 93 36 4F
Octal 254 346 306 31 0 16 12 223 66 117
Binary 10101100 11100110 11000110 11001 0 1110 1010 10010011 110110 1001111

Color Harmonies of #ACE6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6C6

Black with #ACE6C6

Text Example


Text Example

White with #ACE6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6C6; }

 p { color: rgb(172,230,198); }

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

background-color css

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

 a { background-color: rgb(172,230,198); }

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

border-color css

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

 span { border-color: rgb(172,230,198); }

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