#A8F5C1

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

Shades of Magic Mint #A8F5C1

Tints of Magic Mint #A8F5C1

Color information

#A8F5C1 (or 0xA8F5C1) is unknown color: approx Magic Mint. HEX triplet: A8, F5 and C1. RGB value is (168,245,193). Sum of RGB (Red+Green+Blue) = 168+245+193=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F5C1 is #570A3E. Grayscale: #D8D8D8. Windows color (decimal): -5704255 or 12711336. OLE color: 12711336.

HSL color Cylindrical-coordinate representation of color #A8F5C1: hue angle of 139.48º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5C1 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB168245193-
CMYK0.3100.210.04
HSL139.48º79.38%80.98%-
HSV(B)139.48º31.43%96.08%-
XYZ58.4377.4862.33-
YUV216.05114.9993.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.72%
GREEN value IS 245 (96.09% from 255) = 40.43%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=27.72%
G=40.43%
B=31.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682451930.3100.210.04139.4879.3880.98
HexA8F5C11F01548b4f51
Octal250365301370254213117121
Binary101010001111010111000001111110101011001000101110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F5C1; }

 p { color: rgb(168,245,193); }

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

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

 a { background-color: rgb(168,245,193); }

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

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

 span { border-color: rgb(168,245,193); }

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