Html Css Color HEX #ACEFC8 Magic Mint

📋 copy color: '#ACEFC8'

red 172 ◦ green 239 ◦ blue 200

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

Shades of Magic Mint #ACEFC8

Tints of Magic Mint #ACEFC8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.12%

 BLUE value IS 200 (78.52% from 255) = 32.73%

R = 28.15%
G = 39.12%
B = 32.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#ACEFC8 (or 0xACEFC8) is known color: Magic Mint. HEX triplet: AC, EF and C8. RGB value is (172,239,200). Sum of RGB (Red+Green+Blue) = 172+239+200=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFC8 is #531037. Grayscale: #D6D6D6. Windows color (decimal): -5443640 or 13168556. OLE color: 13168556.

HSL color Cylindrical-coordinate representation of color #ACEFC8: hue angle of 145.07º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFC8 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 200 -
CMYK 0.28 0 0.16 0.06
HSL 145.07º 0.68% 0.81% -
HSV(B) 145.07º 0.28% 0.94% -
XYZ 58.31 74.67 65.98 -
YUV 214.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 172 239 200 0.28 0 0.16 0.06 145.07 0.68 0.81
Hex AC EF C8 1C 0 10 6 91 44 51
Octal 254 357 310 34 0 20 6 221 104 121
Binary 10101100 11101111 11001000 11100 0 10000 110 10010001 1000100 1010001

Color Harmonies of #ACEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFC8

Black with #ACEFC8

Text Example


Text Example

White with #ACEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFC8; }

 p { color: rgb(172,239,200); }

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

background-color css

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

 a { background-color: rgb(172,239,200); }

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

border-color css

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

 span { border-color: rgb(172,239,200); }

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