Html Css Color HEX #ACEBC8 Magic Mint

📋 copy color: '#ACEBC8'

red 172 ◦ green 235 ◦ blue 200

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

Shades of Magic Mint #ACEBC8

Tints of Magic Mint #ACEBC8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.71%

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

R = 28.34%
G = 38.71%
B = 32.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#ACEBC8 (or 0xACEBC8) is known color: Magic Mint. HEX triplet: AC, EB and C8. RGB value is (172,235,200). Sum of RGB (Red+Green+Blue) = 172+235+200=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC8 is #531437. Grayscale: #D4D4D4. Windows color (decimal): -5444664 or 13167532. OLE color: 13167532.

HSL color Cylindrical-coordinate representation of color #ACEBC8: hue angle of 146.67º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBC8 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 200 -
CMYK 0.27 0 0.15 0.08
HSL 146.67º 0.61% 0.8% -
HSV(B) 146.67º 0.27% 0.92% -
XYZ 57.15 72.36 65.6 -
YUV 212.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 172 235 200 0.27 0 0.15 0.08 146.67 0.61 0.8
Hex AC EB C8 1B 0 F 8 93 3D 50
Octal 254 353 310 33 0 17 10 223 75 120
Binary 10101100 11101011 11001000 11011 0 1111 1000 10010011 111101 1010000

Color Harmonies of #ACEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBC8

Black with #ACEBC8

Text Example


Text Example

White with #ACEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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