Html Css Color HEX #AAF0CD Magic Mint

📋 copy color: '#AAF0CD'

red 170 ◦ green 240 ◦ blue 205

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

Shades of Magic Mint #AAF0CD

Tints of Magic Mint #AAF0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

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

R = 27.64%
G = 39.02%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#AAF0CD (or 0xAAF0CD) is known color: Magic Mint. HEX triplet: AA, F0 and CD. RGB value is (170,240,205). Sum of RGB (Red+Green+Blue) = 170+240+205=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0CD is #550F32. Grayscale: #D7D7D7. Windows color (decimal): -5574451 or 13496490. OLE color: 13496490.

HSL color Cylindrical-coordinate representation of color #AAF0CD: hue angle of 150º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0CD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 205 -
CMYK 0.29 0 0.15 0.06
HSL 150º 0.7% 0.8% -
HSV(B) 150º 0.29% 0.94% -
XYZ 58.76 75.27 69.19 -
YUV 215.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 170 240 205 0.29 0 0.15 0.06 150 0.7 0.8
Hex AA F0 CD 1D 0 F 6 96 46 50
Octal 252 360 315 35 0 17 6 226 106 120
Binary 10101010 11110000 11001101 11101 0 1111 110 10010110 1000110 1010000

Color Harmonies of #AAF0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0CD

Black with #AAF0CD

Text Example


Text Example

White with #AAF0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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