Html Css Color HEX #AAF8D0 Magic Mint

📋 copy color: '#AAF8D0'

red 170 ◦ green 248 ◦ blue 208

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

Shades of Magic Mint #AAF8D0

Tints of Magic Mint #AAF8D0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.62%

 BLUE value IS 208 (81.64% from 255) = 33.23%

R = 27.16%
G = 39.62%
B = 33.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#AAF8D0 (or 0xAAF8D0) is known color: Magic Mint. HEX triplet: AA, F8 and D0. RGB value is (170,248,208). Sum of RGB (Red+Green+Blue) = 170+248+208=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8D0 is #55072F. Grayscale: #DCDCDC. Windows color (decimal): -5572400 or 13695146. OLE color: 13695146.

HSL color Cylindrical-coordinate representation of color #AAF8D0: hue angle of 149.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8D0 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 208 -
CMYK 0.31 0 0.16 0.03
HSL 149.23º 0.85% 0.82% -
HSV(B) 149.23º 0.31% 0.97% -
XYZ 61.53 80.23 71.92 -
YUV 220.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 170 248 208 0.31 0 0.16 0.03 149.23 0.85 0.82
Hex AA F8 D0 1F 0 10 3 95 55 52
Octal 252 370 320 37 0 20 3 225 125 122
Binary 10101010 11111000 11010000 11111 0 10000 11 10010101 1010101 1010010

Color Harmonies of #AAF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8D0

Black with #AAF8D0

Text Example


Text Example

White with #AAF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8D0; }

 p { color: rgb(170,248,208); }

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

background-color css

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

 a { background-color: rgb(170,248,208); }

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

border-color css

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

 span { border-color: rgb(170,248,208); }

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