#A8EBD0

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

Shades of Magic Mint #A8EBD0

Tints of Magic Mint #A8EBD0

Color information

#A8EBD0 (or 0xA8EBD0) is unknown color: approx Magic Mint. HEX triplet: A8, EB and D0. RGB value is (168,235,208). Sum of RGB (Red+Green+Blue) = 168+235+208=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBD0 is #57142F. Grayscale: #D3D3D3. Windows color (decimal): -5706800 or 13691816. OLE color: 13691816.

HSL color Cylindrical-coordinate representation of color #A8EBD0: hue angle of 155.82º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBD0 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB168235208-
CMYK0.2900.110.08
HSL155.82º62.62%79.02%-
HSV(B)155.82º28.51%92.16%-
XYZ57.2472.370.61-
YUV211.89125.896.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.50%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=27.50%
G=38.46%
B=34.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352080.2900.110.08155.8262.6279.02
HexA8EBD01D0B89c3f4f
Octal250353320350131023477117
Binary10101000111010111101000011101010111000100111001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBD0; }

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

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

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

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

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

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

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

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