Html Css Color HEX #A1DEC4 Magic Mint

📋 copy color: '#A1DEC4'

red 161 ◦ green 222 ◦ blue 196

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

Shades of Magic Mint #A1DEC4

Tints of Magic Mint #A1DEC4

RGB

 RED value IS 161 (63.28% from 255) = 27.81%

 GREEN value IS 222 (87.11% from 255) = 38.34%

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

R = 27.81%
G = 38.34%
B = 33.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#A1DEC4 (or 0xA1DEC4) is known color: Magic Mint. HEX triplet: A1, DE and C4. RGB value is (161,222,196). Sum of RGB (Red+Green+Blue) = 161+222+196=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEC4 is #5E213B. Grayscale: #C8C8C8. Windows color (decimal): -6168892 or 12902049. OLE color: 12902049.

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

Color convert

RGB 161 222 196 -
CMYK 0.27 0 0.12 0.13
HSL 154.43º 0.48% 0.75% -
HSV(B) 154.43º 0.27% 0.87% -
XYZ 50.78 63.81 61.86 -
YUV 200.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 161 222 196 0.27 0 0.12 0.13 154.43 0.48 0.75
Hex A1 DE C4 1B 0 C D 9A 30 4B
Octal 241 336 304 33 0 14 15 232 60 113
Binary 10100001 11011110 11000100 11011 0 1100 1101 10011010 110000 1001011

Color Harmonies of #A1DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DEC4

Black with #A1DEC4

Text Example


Text Example

White with #A1DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DEC4; }

 p { color: rgb(161,222,196); }

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

background-color css

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

 a { background-color: rgb(161,222,196); }

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

border-color css

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

 span { border-color: rgb(161,222,196); }

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