Html Css Color HEX #ACE0C9 Magic Mint

📋 copy color: '#ACE0C9'

red 172 ◦ green 224 ◦ blue 201

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

Shades of Magic Mint #ACE0C9

Tints of Magic Mint #ACE0C9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.52%

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 28.81%
G = 37.52%
B = 33.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#ACE0C9 (or 0xACE0C9) is known color: Magic Mint. HEX triplet: AC, E0 and C9. RGB value is (172,224,201). Sum of RGB (Red+Green+Blue) = 172+224+201=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C9 is #531F36. Grayscale: #CDCDCD. Windows color (decimal): -5447479 or 13230252. OLE color: 13230252.

HSL color Cylindrical-coordinate representation of color #ACE0C9: hue angle of 153.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0C9 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 201 -
CMYK 0.23 0 0.10 0.12
HSL 153.46º 0.46% 0.78% -
HSV(B) 153.46º 0.23% 0.88% -
XYZ 54.21 66.3 65.2 -
YUV 205.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 172 224 201 0.23 0 0.10 0.12 153.46 0.46 0.78
Hex AC E0 C9 17 0 A C 99 2E 4E
Octal 254 340 311 27 0 12 14 231 56 116
Binary 10101100 11100000 11001001 10111 0 1010 1100 10011001 101110 1001110

Color Harmonies of #ACE0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0C9

Black with #ACE0C9

Text Example


Text Example

White with #ACE0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0C9; }

 p { color: rgb(172,224,201); }

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

background-color css

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

 a { background-color: rgb(172,224,201); }

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

border-color css

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

 span { border-color: rgb(172,224,201); }

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