Html Css Color HEX #A8DCC6 Magic Mint

📋 copy color: '#A8DCC6'

red 168 ◦ green 220 ◦ blue 198

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

Shades of Magic Mint #A8DCC6

Tints of Magic Mint #A8DCC6

RGB

 RED value IS 168 (66.02% from 255) = 28.67%

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

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

R = 28.67%
G = 37.54%
B = 33.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#A8DCC6 (or 0xA8DCC6) is known color: Magic Mint. HEX triplet: A8, DC and C6. RGB value is (168,220,198). Sum of RGB (Red+Green+Blue) = 168+220+198=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCC6 is #572339. Grayscale: #C9C9C9. Windows color (decimal): -5710650 or 13032616. OLE color: 13032616.

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

Color convert

RGB 168 220 198 -
CMYK 0.24 0 0.1 0.14
HSL 154.62º 0.43% 0.76% -
HSV(B) 154.62º 0.24% 0.86% -
XYZ 51.93 63.59 62.96 -
YUV 201.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 168 220 198 0.24 0 0.1 0.14 154.62 0.43 0.76
Hex A8 DC C6 18 0 A E 9B 2B 4C
Octal 250 334 306 30 0 12 16 233 53 114
Binary 10101000 11011100 11000110 11000 0 1010 1110 10011011 101011 1001100

Color Harmonies of #A8DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCC6

Black with #A8DCC6

Text Example


Text Example

White with #A8DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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