#ACF0CB

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

Shades of Magic Mint #ACF0CB

Tints of Magic Mint #ACF0CB

Color information

#ACF0CB (or 0xACF0CB) is unknown color: approx Magic Mint. HEX triplet: AC, F0 and CB. RGB value is (172,240,203). Sum of RGB (Red+Green+Blue) = 172+240+203=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0CB is #530F34. Grayscale: #D7D7D7. Windows color (decimal): -5443381 or 13365420. OLE color: 13365420.

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

Color convert

RGB172240203-
CMYK0.2800.150.06
HSL147.35º69.39%80.78%-
HSV(B)147.35º28.33%94.12%-
XYZ58.9575.467.95-
YUV215.45120.9797.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 240 (94.14% from 255) = 39.02%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=27.97%
G=39.02%
B=33.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402030.2800.150.06147.3569.3980.78
HexACF0CB1C0F6934551
Octal254360313340176223105121
Binary10101100111100001100101111100011111101001001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0CB; }

 p { color: rgb(172,240,203); }

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

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

 a { background-color: rgb(172,240,203); }

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

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

 span { border-color: rgb(172,240,203); }

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