#A8EBC9

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

Shades of Magic Mint #A8EBC9

Tints of Magic Mint #A8EBC9

Color information

#A8EBC9 (or 0xA8EBC9) is unknown color: approx Magic Mint. HEX triplet: A8, EB and C9. RGB value is (168,235,201). Sum of RGB (Red+Green+Blue) = 168+235+201=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBC9 is #571436. Grayscale: #D3D3D3. Windows color (decimal): -5706807 or 13233064. OLE color: 13233064.

HSL color Cylindrical-coordinate representation of color #A8EBC9: hue angle of 149.55º 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 #A8EBC9 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB168235201-
CMYK0.2900.140.08
HSL149.55º62.62%79.02%-
HSV(B)149.55º28.51%92.16%-
XYZ56.471.9666.18-
YUV211.09122.397.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.81%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=27.81%
G=38.91%
B=33.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352010.2900.140.08149.5562.6279.02
HexA8EBC91D0E8963f4f
Octal250353311350161022677117
Binary10101000111010111100100111101011101000100101101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBC9; }

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

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

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

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

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

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

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

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