Html Css Color HEX #ACEEC4 Magic Mint

📋 copy color: '#ACEEC4'

red 172 ◦ green 238 ◦ blue 196

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

Shades of Magic Mint #ACEEC4

Tints of Magic Mint #ACEEC4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.27%

 BLUE value IS 196 (76.95% from 255) = 32.34%

R = 28.38%
G = 39.27%
B = 32.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ACEEC4 (or 0xACEEC4) is known color: Magic Mint. HEX triplet: AC, EE and C4. RGB value is (172,238,196). Sum of RGB (Red+Green+Blue) = 172+238+196=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC4 is #53113B. Grayscale: #D5D5D5. Windows color (decimal): -5443900 or 12906156. OLE color: 12906156.

HSL color Cylindrical-coordinate representation of color #ACEEC4: hue angle of 141.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEC4 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 238 196 -
CMYK 0.28 0 0.18 0.07
HSL 141.82º 0.66% 0.8% -
HSV(B) 141.82º 0.28% 0.93% -
XYZ 57.55 73.91 63.46 -
YUV 213.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 172 238 196 0.28 0 0.18 0.07 141.82 0.66 0.8
Hex AC EE C4 1C 0 12 7 8E 42 50
Octal 254 356 304 34 0 22 7 216 102 120
Binary 10101100 11101110 11000100 11100 0 10010 111 10001110 1000010 1010000

Color Harmonies of #ACEEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEC4

Black with #ACEEC4

Text Example


Text Example

White with #ACEEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEC4; }

 p { color: rgb(172,238,196); }

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

background-color css

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

 a { background-color: rgb(172,238,196); }

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

border-color css

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

 span { border-color: rgb(172,238,196); }

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