Html Css Color HEX #A7DCC5 Magic Mint

📋 copy color: '#A7DCC5'

red 167 ◦ green 220 ◦ blue 197

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

Shades of Magic Mint #A7DCC5

Tints of Magic Mint #A7DCC5

RGB

 RED value IS 167 (65.63% from 255) = 28.6%

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

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

R = 28.6%
G = 37.67%
B = 33.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#A7DCC5 (or 0xA7DCC5) is known color: Magic Mint. HEX triplet: A7, DC and C5. RGB value is (167,220,197). Sum of RGB (Red+Green+Blue) = 167+220+197=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCC5 is #58233A. Grayscale: #C9C9C9. Windows color (decimal): -5776187 or 12967079. OLE color: 12967079.

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

Color convert

RGB 167 220 197 -
CMYK 0.24 0 0.10 0.14
HSL 153.96º 0.43% 0.76% -
HSV(B) 153.96º 0.24% 0.86% -
XYZ 51.61 63.43 62.35 -
YUV 201.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 167 220 197 0.24 0 0.10 0.14 153.96 0.43 0.76
Hex A7 DC C5 18 0 A E 9A 2B 4C
Octal 247 334 305 30 0 12 16 232 53 114
Binary 10100111 11011100 11000101 11000 0 1010 1110 10011010 101011 1001100

Color Harmonies of #A7DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCC5

Black with #A7DCC5

Text Example


Text Example

White with #A7DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCC5; }

 p { color: rgb(167,220,197); }

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

background-color css

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

 a { background-color: rgb(167,220,197); }

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

border-color css

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

 span { border-color: rgb(167,220,197); }

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