Html Css Color HEX #A9DCC6 Magic Mint

📋 copy color: '#A9DCC6'

red 169 ◦ green 220 ◦ blue 198

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

Shades of Magic Mint #A9DCC6

Tints of Magic Mint #A9DCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

 BLUE value IS 198 (77.73% from 255) = 33.73%

R = 28.79%
G = 37.48%
B = 33.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#A9DCC6 (or 0xA9DCC6) is known color: Magic Mint. HEX triplet: A9, DC and C6. RGB value is (169,220,198). Sum of RGB (Red+Green+Blue) = 169+220+198=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC6 is #562339. Grayscale: #CACACA. Windows color (decimal): -5645114 or 13032617. OLE color: 13032617.

HSL color Cylindrical-coordinate representation of color #A9DCC6: hue angle of 154.12º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCC6 is Cyan = 0.23, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 220 198 -
CMYK 0.23 0 0.1 0.14
HSL 154.12º 0.42% 0.76% -
HSV(B) 154.12º 0.23% 0.86% -
XYZ 52.15 63.7 62.97 -
YUV 202.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 169 220 198 0.23 0 0.1 0.14 154.12 0.42 0.76
Hex A9 DC C6 17 0 A E 9A 2A 4C
Octal 251 334 306 27 0 12 16 232 52 114
Binary 10101001 11011100 11000110 10111 0 1010 1110 10011010 101010 1001100

Color Harmonies of #A9DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCC6

Black with #A9DCC6

Text Example


Text Example

White with #A9DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCC6; }

 p { color: rgb(169,220,198); }

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

background-color css

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

 a { background-color: rgb(169,220,198); }

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

border-color css

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

 span { border-color: rgb(169,220,198); }

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