Html Css Color HEX #AAFFCC Magic Mint

📋 copy color: '#AAFFCC'

red 170 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #AAFFCC

Tints of Magic Mint #AAFFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.43%

R = 27.03%
G = 40.54%
B = 32.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#AAFFCC (or 0xAAFFCC) is known color: Magic Mint. HEX triplet: AA, FF and CC. RGB value is (170,255,204). Sum of RGB (Red+Green+Blue) = 170+255+204=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFCC is #550033. Grayscale: #DFDFDF. Windows color (decimal): -5570612 or 13434794. OLE color: 13434794.

HSL color Cylindrical-coordinate representation of color #AAFFCC: hue angle of 144º 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 #AAFFCC is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 204 -
CMYK 0.33 0 0.2 0
HSL 144º 1% 0.83% -
HSV(B) 144º 0.33% 1% -
XYZ 63.24 84.43 70.09 -
YUV 223.77 116.84 89.65 -
System Red Green Blue C M Y K H S L
Decimal 170 255 204 0.33 0 0.2 0 144 1 0.83
Hex AA FF CC 21 0 14 0 90 64 53
Octal 252 377 314 41 0 24 0 220 144 123
Binary 10101010 11111111 11001100 100001 0 10100 0 10010000 1100100 1010011

Color Harmonies of #AAFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFCC

Black with #AAFFCC

Text Example


Text Example

White with #AAFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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