Html Css Color HEX #A4DDC6 Magic Mint

📋 copy color: '#A4DDC6'

red 164 ◦ green 221 ◦ blue 198

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

Shades of Magic Mint #A4DDC6

Tints of Magic Mint #A4DDC6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.91%

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

R = 28.13%
G = 37.91%
B = 33.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#A4DDC6 (or 0xA4DDC6) is known color: Magic Mint. HEX triplet: A4, DD and C6. RGB value is (164,221,198). Sum of RGB (Red+Green+Blue) = 164+221+198=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC6 is #5B2239. Grayscale: #C9C9C9. Windows color (decimal): -5972538 or 13032868. OLE color: 13032868.

HSL color Cylindrical-coordinate representation of color #A4DDC6: hue angle of 155.79º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDC6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 221 198 -
CMYK 0.26 0 0.10 0.13
HSL 155.79º 0.46% 0.75% -
HSV(B) 155.79º 0.26% 0.87% -
XYZ 51.36 63.68 63.01 -
YUV 201.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 164 221 198 0.26 0 0.10 0.13 155.79 0.46 0.75
Hex A4 DD C6 1A 0 A D 9C 2E 4B
Octal 244 335 306 32 0 12 15 234 56 113
Binary 10100100 11011101 11000110 11010 0 1010 1101 10011100 101110 1001011

Color Harmonies of #A4DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDC6

Black with #A4DDC6

Text Example


Text Example

White with #A4DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDC6; }

 p { color: rgb(164,221,198); }

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

background-color css

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

 a { background-color: rgb(164,221,198); }

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

border-color css

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

 span { border-color: rgb(164,221,198); }

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