#ACF0CA

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

Shades of Magic Mint #ACF0CA

Tints of Magic Mint #ACF0CA

Color information

#ACF0CA (or 0xACF0CA) is unknown color: approx Magic Mint. HEX triplet: AC, F0 and CA. RGB value is (172,240,202). Sum of RGB (Red+Green+Blue) = 172+240+202=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0CA is #530F35. Grayscale: #D7D7D7. Windows color (decimal): -5443382 or 13299884. OLE color: 13299884.

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

Color convert

RGB172240202-
CMYK0.2800.160.06
HSL146.47º69.39%80.78%-
HSV(B)146.47º28.33%94.12%-
XYZ58.8375.3667.32-
YUV215.34120.4797.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=28.01%
G=39.09%
B=32.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402020.2800.160.06146.4769.3980.78
HexACF0CA1C0106924551
Octal254360312340206222105121
Binary101011001111000011001010111000100001101001001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0CA; }

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

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

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

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

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

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

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

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