#A8EBD3

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

Shades of Magic Mint #A8EBD3

Tints of Magic Mint #A8EBD3

Color information

#A8EBD3 (or 0xA8EBD3) is unknown color: approx Magic Mint. HEX triplet: A8, EB and D3. RGB value is (168,235,211). Sum of RGB (Red+Green+Blue) = 168+235+211=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBD3 is #57142C. Grayscale: #D4D4D4. Windows color (decimal): -5706797 or 13888424. OLE color: 13888424.

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

Color convert

RGB168235211-
CMYK0.2900.100.08
HSL158.51º62.62%79.02%-
HSV(B)158.51º28.51%92.16%-
XYZ57.6172.4472.57-
YUV212.23127.396.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.36%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=27.36%
G=38.27%
B=34.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352110.2900.100.08158.5162.6279.02
HexA8EBD31D0A89f3f4f
Octal250353323350121023777117
Binary10101000111010111101001111101010101000100111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBD3; }

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

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

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

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

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

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

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

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