#A8FCC7

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

Shades of Magic Mint #A8FCC7

Tints of Magic Mint #A8FCC7

Color information

#A8FCC7 (or 0xA8FCC7) is unknown color: approx Magic Mint. HEX triplet: A8, FC and C7. RGB value is (168,252,199). Sum of RGB (Red+Green+Blue) = 168+252+199=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCC7 is #570338. Grayscale: #DCDCDC. Windows color (decimal): -5702457 or 13106344. OLE color: 13106344.

HSL color Cylindrical-coordinate representation of color #A8FCC7: hue angle of 142.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCC7 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB168252199-
CMYK0.3300.210.01
HSL142.14º93.33%82.35%-
HSV(B)142.14º33.33%98.82%-
XYZ61.2782.0766.64-
YUV220.84115.6790.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.14%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=27.14%
G=40.71%
B=32.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682521990.3300.210.01142.1493.3382.35
HexA8FCC72101518e5d52
Octal250374307410251216135122
Binary10101000111111001100011110000101010111000111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCC7; }

 p { color: rgb(168,252,199); }

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

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

 a { background-color: rgb(168,252,199); }

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

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

 span { border-color: rgb(168,252,199); }

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