Html Css Color HEX #A4DCC5 Magic Mint

📋 copy color: '#A4DCC5'

red 164 ◦ green 220 ◦ blue 197

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

Shades of Magic Mint #A4DCC5

Tints of Magic Mint #A4DCC5

RGB

 RED value IS 164 (64.45% from 255) = 28.23%

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

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

R = 28.23%
G = 37.87%
B = 33.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#A4DCC5 (or 0xA4DCC5) is known color: Magic Mint. HEX triplet: A4, DC and C5. RGB value is (164,220,197). Sum of RGB (Red+Green+Blue) = 164+220+197=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCC5 is #5B233A. Grayscale: #C8C8C8. Windows color (decimal): -5972795 or 12967076. OLE color: 12967076.

HSL color Cylindrical-coordinate representation of color #A4DCC5: hue angle of 155.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCC5 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 197 -
CMYK 0.25 0 0.10 0.14
HSL 155.36º 0.44% 0.75% -
HSV(B) 155.36º 0.25% 0.86% -
XYZ 50.98 63.11 62.32 -
YUV 200.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 164 220 197 0.25 0 0.10 0.14 155.36 0.44 0.75
Hex A4 DC C5 19 0 A E 9B 2C 4B
Octal 244 334 305 31 0 12 16 233 54 113
Binary 10100100 11011100 11000101 11001 0 1010 1110 10011011 101100 1001011

Color Harmonies of #A4DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCC5

Black with #A4DCC5

Text Example


Text Example

White with #A4DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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