Html Css Color HEX #A9EAC5 Magic Mint

📋 copy color: '#A9EAC5'

red 169 ◦ green 234 ◦ blue 197

#A9EAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A9EAC5

Tints of Magic Mint #A9EAC5

RGB

 RED value IS 169 (66.41% from 255) = 28.17%

 GREEN value IS 234 (91.8% from 255) = 39%

 BLUE value IS 197 (77.34% from 255) = 32.83%

R = 28.17%
G = 39%
B = 32.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#A9EAC5 (or 0xA9EAC5) is known color: Magic Mint. HEX triplet: A9, EA and C5. RGB value is (169,234,197). Sum of RGB (Red+Green+Blue) = 169+234+197=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EAC5 is #56153A. Grayscale: #D2D2D2. Windows color (decimal): -5641531 or 12970665. OLE color: 12970665.

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

Color convert

RGB 169 234 197 -
CMYK 0.28 0 0.16 0.08
HSL 145.85º 0.61% 0.79% -
HSV(B) 145.85º 0.28% 0.92% -
XYZ 55.86 71.31 63.64 -
YUV 210.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 169 234 197 0.28 0 0.16 0.08 145.85 0.61 0.79
Hex A9 EA C5 1C 0 10 8 92 3D 4F
Octal 251 352 305 34 0 20 10 222 75 117
Binary 10101001 11101010 11000101 11100 0 10000 1000 10010010 111101 1001111

Color Harmonies of #A9EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EAC5

Black with #A9EAC5

Text Example


Text Example

White with #A9EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EAC5; }

 p { color: rgb(169,234,197); }

 H1.HeaderClassName
 {
   color: #A9EAC5;
 }
 .AnyTagClassName
 {
   color: #A9EAC5;
 }
</style>

background-color css

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

 a { background-color: rgb(169,234,197); }

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

border-color css

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

 span { border-color: rgb(169,234,197); }

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