Html Css Color HEX #AAF1D5 Magic Mint

📋 copy color: '#AAF1D5'

red 170 ◦ green 241 ◦ blue 213

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

Shades of Magic Mint #AAF1D5

Tints of Magic Mint #AAF1D5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.62%

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 27.24%
G = 38.62%
B = 34.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#AAF1D5 (or 0xAAF1D5) is known color: Magic Mint. HEX triplet: AA, F1 and D5. RGB value is (170,241,213). Sum of RGB (Red+Green+Blue) = 170+241+213=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D5 is #550E2A. Grayscale: #D8D8D8. Windows color (decimal): -5574187 or 14021034. OLE color: 14021034.

HSL color Cylindrical-coordinate representation of color #AAF1D5: hue angle of 156.34º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1D5 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 213 -
CMYK 0.29 0 0.12 0.05
HSL 156.34º 0.72% 0.81% -
HSV(B) 156.34º 0.29% 0.95% -
XYZ 60.04 76.26 74.51 -
YUV 216.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 170 241 213 0.29 0 0.12 0.05 156.34 0.72 0.81
Hex AA F1 D5 1D 0 C 5 9C 48 51
Octal 252 361 325 35 0 14 5 234 110 121
Binary 10101010 11110001 11010101 11101 0 1100 101 10011100 1001000 1010001

Color Harmonies of #AAF1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1D5

Black with #AAF1D5

Text Example


Text Example

White with #AAF1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1D5; }

 p { color: rgb(170,241,213); }

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

background-color css

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

 a { background-color: rgb(170,241,213); }

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

border-color css

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

 span { border-color: rgb(170,241,213); }

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