#A8E6D0

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

Shades of Magic Mint #A8E6D0

Tints of Magic Mint #A8E6D0

Color information

#A8E6D0 (or 0xA8E6D0) is unknown color: approx Magic Mint. HEX triplet: A8, E6 and D0. RGB value is (168,230,208). Sum of RGB (Red+Green+Blue) = 168+230+208=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E6D0 is #57192F. Grayscale: #D0D0D0. Windows color (decimal): -5708080 or 13690536. OLE color: 13690536.

HSL color Cylindrical-coordinate representation of color #A8E6D0: hue angle of 158.71º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E6D0 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB168230208-
CMYK0.2700.100.10
HSL158.71º55.36%78.04%-
HSV(B)158.71º26.96%90.2%-
XYZ55.8369.4770.14-
YUV208.95127.4698.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.72%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 208 (81.64% from 255) = 34.32%
R=27.72%
G=37.95%
B=34.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1682302080.2700.100.10158.7155.3678.04
HexA8E6D01B0AA9f374e
Octal250346320330121223767116
Binary10101000111001101101000011011010101010100111111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E6D0; }

 p { color: rgb(168,230,208); }

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

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

 a { background-color: rgb(168,230,208); }

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

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

 span { border-color: rgb(168,230,208); }

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