#A8EACA

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

Shades of Magic Mint #A8EACA

Tints of Magic Mint #A8EACA

Color information

#A8EACA (or 0xA8EACA) is unknown color: approx Magic Mint. HEX triplet: A8, EA and CA. RGB value is (168,234,202). Sum of RGB (Red+Green+Blue) = 168+234+202=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EACA is #571535. Grayscale: #D2D2D2. Windows color (decimal): -5707062 or 13298344. OLE color: 13298344.

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

Color convert

RGB168234202-
CMYK0.2800.140.08
HSL150.91º61.11%78.82%-
HSV(B)150.91º28.21%91.76%-
XYZ56.2371.4366.7-
YUV210.62123.1397.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.81%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=27.81%
G=38.74%
B=33.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682342020.2800.140.08150.9161.1178.82
HexA8EACA1C0E8973d4f
Octal250352312340161022775117
Binary10101000111010101100101011100011101000100101111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EACA; }

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

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

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

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

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

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

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

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