Html Css Color HEX #AADCC4 Magic Mint

📋 copy color: '#AADCC4'

red 170 ◦ green 220 ◦ blue 196

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

Shades of Magic Mint #AADCC4

Tints of Magic Mint #AADCC4

RGB

 RED value IS 170 (66.8% from 255) = 29.01%

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

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

R = 29.01%
G = 37.54%
B = 33.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#AADCC4 (or 0xAADCC4) is known color: Magic Mint. HEX triplet: AA, DC and C4. RGB value is (170,220,196). Sum of RGB (Red+Green+Blue) = 170+220+196=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC4 is #55233B. Grayscale: #CACACA. Windows color (decimal): -5579580 or 12901546. OLE color: 12901546.

HSL color Cylindrical-coordinate representation of color #AADCC4: hue angle of 151.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCC4 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 196 -
CMYK 0.23 0 0.11 0.14
HSL 151.2º 0.42% 0.76% -
HSV(B) 151.2º 0.23% 0.86% -
XYZ 52.13 63.72 61.78 -
YUV 202.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 170 220 196 0.23 0 0.11 0.14 151.2 0.42 0.76
Hex AA DC C4 17 0 B E 97 2A 4C
Octal 252 334 304 27 0 13 16 227 52 114
Binary 10101010 11011100 11000100 10111 0 1011 1110 10010111 101010 1001100

Color Harmonies of #AADCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCC4

Black with #AADCC4

Text Example


Text Example

White with #AADCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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