Html Css Color HEX #ACE6D0 Magic Mint

📋 copy color: '#ACE6D0'

red 172 ◦ green 230 ◦ blue 208

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

Shades of Magic Mint #ACE6D0

Tints of Magic Mint #ACE6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 28.2%
G = 37.7%
B = 34.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#ACE6D0 (or 0xACE6D0) is known color: Magic Mint. HEX triplet: AC, E6 and D0. RGB value is (172,230,208). Sum of RGB (Red+Green+Blue) = 172+230+208=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6D0 is #53192F. Grayscale: #D2D2D2. Windows color (decimal): -5445936 or 13690540. OLE color: 13690540.

HSL color Cylindrical-coordinate representation of color #ACE6D0: hue angle of 157.24º 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 #ACE6D0 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 208 -
CMYK 0.25 0 0.10 0.10
HSL 157.24º 0.54% 0.79% -
HSV(B) 157.24º 0.25% 0.9% -
XYZ 56.7 69.92 70.18 -
YUV 210.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 172 230 208 0.25 0 0.10 0.10 157.24 0.54 0.79
Hex AC E6 D0 19 0 A A 9D 36 4F
Octal 254 346 320 31 0 12 12 235 66 117
Binary 10101100 11100110 11010000 11001 0 1010 1010 10011101 110110 1001111

Color Harmonies of #ACE6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6D0

Black with #ACE6D0

Text Example


Text Example

White with #ACE6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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