Html Css Color HEX #A4DCC4 Magic Mint

📋 copy color: '#A4DCC4'

red 164 ◦ green 220 ◦ blue 196

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

Shades of Magic Mint #A4DCC4

Tints of Magic Mint #A4DCC4

RGB

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

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

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

R = 28.28%
G = 37.93%
B = 33.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#A4DCC4 (or 0xA4DCC4) is known color: Magic Mint. HEX triplet: A4, DC and C4. RGB value is (164,220,196). Sum of RGB (Red+Green+Blue) = 164+220+196=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCC4 is #5B233B. Grayscale: #C8C8C8. Windows color (decimal): -5972796 or 12901540. OLE color: 12901540.

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

Color convert

RGB 164 220 196 -
CMYK 0.25 0 0.11 0.14
HSL 154.29º 0.44% 0.75% -
HSV(B) 154.29º 0.25% 0.86% -
XYZ 50.87 63.06 61.72 -
YUV 200.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 164 220 196 0.25 0 0.11 0.14 154.29 0.44 0.75
Hex A4 DC C4 19 0 B E 9A 2C 4B
Octal 244 334 304 31 0 13 16 232 54 113
Binary 10100100 11011100 11000100 11001 0 1011 1110 10011010 101100 1001011

Color Harmonies of #A4DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCC4

Black with #A4DCC4

Text Example


Text Example

White with #A4DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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