Html Css Color HEX #ACEACE Magic Mint

📋 copy color: '#ACEACE'

red 172 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #ACEACE

Tints of Magic Mint #ACEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

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

R = 28.1%
G = 38.24%
B = 33.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#ACEACE (or 0xACEACE) is known color: Magic Mint. HEX triplet: AC, EA and CE. RGB value is (172,234,206). Sum of RGB (Red+Green+Blue) = 172+234+206=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEACE is #531531. Grayscale: #D4D4D4. Windows color (decimal): -5444914 or 13560492. OLE color: 13560492.

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

Color convert

RGB 172 234 206 -
CMYK 0.26 0 0.12 0.08
HSL 152.9º 0.6% 0.8% -
HSV(B) 152.9º 0.26% 0.92% -
XYZ 57.58 72.07 69.27 -
YUV 212.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 172 234 206 0.26 0 0.12 0.08 152.9 0.6 0.8
Hex AC EA CE 1A 0 C 8 99 3C 50
Octal 254 352 316 32 0 14 10 231 74 120
Binary 10101100 11101010 11001110 11010 0 1100 1000 10011001 111100 1010000

Color Harmonies of #ACEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEACE

Black with #ACEACE

Text Example


Text Example

White with #ACEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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