Html Css Color HEX #A7DCC4 Magic Mint

📋 copy color: '#A7DCC4'

red 167 ◦ green 220 ◦ blue 196

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

Shades of Magic Mint #A7DCC4

Tints of Magic Mint #A7DCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.62%

R = 28.64%
G = 37.74%
B = 33.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#A7DCC4 (or 0xA7DCC4) is known color: Magic Mint. HEX triplet: A7, DC and C4. RGB value is (167,220,196). Sum of RGB (Red+Green+Blue) = 167+220+196=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCC4 is #58233B. Grayscale: #C9C9C9. Windows color (decimal): -5776188 or 12901543. OLE color: 12901543.

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

Color convert

RGB 167 220 196 -
CMYK 0.24 0 0.11 0.14
HSL 152.83º 0.43% 0.76% -
HSV(B) 152.83º 0.24% 0.86% -
XYZ 51.49 63.39 61.75 -
YUV 201.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 167 220 196 0.24 0 0.11 0.14 152.83 0.43 0.76
Hex A7 DC C4 18 0 B E 99 2B 4C
Octal 247 334 304 30 0 13 16 231 53 114
Binary 10100111 11011100 11000100 11000 0 1011 1110 10011001 101011 1001100

Color Harmonies of #A7DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCC4

Black with #A7DCC4

Text Example


Text Example

White with #A7DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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