#ACEFC4

Color #ACEFC4 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ACEFC4

Tints of Magic Mint #ACEFC4

Color information

#ACEFC4 (or 0xACEFC4) is unknown color: approx Magic Mint. HEX triplet: AC, EF and C4. RGB value is (172,239,196). Sum of RGB (Red+Green+Blue) = 172+239+196=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFC4 is #53103B. Grayscale: #D6D6D6. Windows color (decimal): -5443644 or 12906412. OLE color: 12906412.

HSL color Cylindrical-coordinate representation of color #ACEFC4: hue angle of 141.49º 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 #ACEFC4 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB172239196-
CMYK0.2800.180.06
HSL141.49º67.68%80.59%-
HSV(B)141.49º28.03%93.73%-
XYZ57.8474.4963.55-
YUV214.06117.898-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=28.34%
G=39.37%
B=32.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722391960.2800.180.06141.4967.6880.59
HexACEFC41C01268d4451
Octal254357304340226215104121
Binary101011001110111111000100111000100101101000110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFC4; }

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

 H1.HeaderClassName
 {
   color: #ACEFC4;
 }
 .AnyTagClassName
 {
   color: #ACEFC4;
 }
</style>
background-color css

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

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

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

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

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

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