Html Css Color HEX #AAFFCD Magic Mint

📋 copy color: '#AAFFCD'

red 170 ◦ green 255 ◦ blue 205

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

Shades of Magic Mint #AAFFCD

Tints of Magic Mint #AAFFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.48%

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 26.98%
G = 40.48%
B = 32.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#AAFFCD (or 0xAAFFCD) is known color: Magic Mint. HEX triplet: AA, FF and CD. RGB value is (170,255,205). Sum of RGB (Red+Green+Blue) = 170+255+205=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFCD is #550032. Grayscale: #E0E0E0. Windows color (decimal): -5570611 or 13500330. OLE color: 13500330.

HSL color Cylindrical-coordinate representation of color #AAFFCD: hue angle of 144.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFCD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 205 -
CMYK 0.33 0 0.20 0
HSL 144.71º 1% 0.83% -
HSV(B) 144.71º 0.33% 1% -
XYZ 63.36 84.47 70.72 -
YUV 223.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 170 255 205 0.33 0 0.20 0 144.71 1 0.83
Hex AA FF CD 21 0 14 0 91 64 53
Octal 252 377 315 41 0 24 0 221 144 123
Binary 10101010 11111111 11001101 100001 0 10100 0 10010001 1100100 1010011

Color Harmonies of #AAFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFCD

Black with #AAFFCD

Text Example


Text Example

White with #AAFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFCD; }

 p { color: rgb(170,255,205); }

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

background-color css

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

 a { background-color: rgb(170,255,205); }

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

border-color css

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

 span { border-color: rgb(170,255,205); }

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