#A8EACC

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

Shades of Magic Mint #A8EACC

Tints of Magic Mint #A8EACC

Color information

#A8EACC (or 0xA8EACC) is unknown color: approx Magic Mint. HEX triplet: A8, EA and CC. RGB value is (168,234,204). Sum of RGB (Red+Green+Blue) = 168+234+204=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EACC is #571533. Grayscale: #D2D2D2. Windows color (decimal): -5707060 or 13429416. OLE color: 13429416.

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

Color convert

RGB168234204-
CMYK0.2800.130.08
HSL152.73º61.11%78.82%-
HSV(B)152.73º28.21%91.76%-
XYZ56.4771.5367.96-
YUV210.85124.1397.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.72%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=27.72%
G=38.61%
B=33.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682342040.2800.130.08152.7361.1178.82
HexA8EACC1C0D8993d4f
Octal250352314340151023175117
Binary10101000111010101100110011100011011000100110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EACC; }

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

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

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

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

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

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

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

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