#A8EACD

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

Shades of Magic Mint #A8EACD

Tints of Magic Mint #A8EACD

Color information

#A8EACD (or 0xA8EACD) is unknown color: approx Magic Mint. HEX triplet: A8, EA and CD. RGB value is (168,234,205). Sum of RGB (Red+Green+Blue) = 168+234+205=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EACD is #571532. Grayscale: #D3D3D3. Windows color (decimal): -5707059 or 13494952. OLE color: 13494952.

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

Color convert

RGB168234205-
CMYK0.2800.120.08
HSL153.64º61.11%78.82%-
HSV(B)153.64º28.21%91.76%-
XYZ56.5971.5868.59-
YUV210.96124.6397.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.68%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=27.68%
G=38.55%
B=33.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682342050.2800.120.08153.6461.1178.82
HexA8EACD1C0C89a3d4f
Octal250352315340141023275117
Binary10101000111010101100110111100011001000100110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EACD; }

 p { color: rgb(168,234,205); }

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

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

 a { background-color: rgb(168,234,205); }

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

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

 span { border-color: rgb(168,234,205); }

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