Html Css Color HEX #ACEBCE Magic Mint

📋 copy color: '#ACEBCE'

red 172 ◦ green 235 ◦ blue 206

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

Shades of Magic Mint #ACEBCE

Tints of Magic Mint #ACEBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.61%

R = 28.06%
G = 38.34%
B = 33.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#ACEBCE (or 0xACEBCE) is known color: Magic Mint. HEX triplet: AC, EB and CE. RGB value is (172,235,206). Sum of RGB (Red+Green+Blue) = 172+235+206=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBCE is #531431. Grayscale: #D4D4D4. Windows color (decimal): -5444658 or 13560748. OLE color: 13560748.

HSL color Cylindrical-coordinate representation of color #ACEBCE: hue angle of 152.38º 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 #ACEBCE is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 206 -
CMYK 0.27 0 0.12 0.08
HSL 152.38º 0.61% 0.8% -
HSV(B) 152.38º 0.27% 0.92% -
XYZ 57.86 72.64 69.36 -
YUV 212.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 172 235 206 0.27 0 0.12 0.08 152.38 0.61 0.8
Hex AC EB CE 1B 0 C 8 98 3D 50
Octal 254 353 316 33 0 14 10 230 75 120
Binary 10101100 11101011 11001110 11011 0 1100 1000 10011000 111101 1010000

Color Harmonies of #ACEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBCE

Black with #ACEBCE

Text Example


Text Example

White with #ACEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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