Html Css Color HEX #AAF3CF Magic Mint

📋 copy color: '#AAF3CF'

red 170 ◦ green 243 ◦ blue 207

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

Shades of Magic Mint #AAF3CF

Tints of Magic Mint #AAF3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.19%

 BLUE value IS 207 (81.25% from 255) = 33.39%

R = 27.42%
G = 39.19%
B = 33.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#AAF3CF (or 0xAAF3CF) is known color: Magic Mint. HEX triplet: AA, F3 and CF. RGB value is (170,243,207). Sum of RGB (Red+Green+Blue) = 170+243+207=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3CF is #550C30. Grayscale: #D9D9D9. Windows color (decimal): -5573681 or 13628330. OLE color: 13628330.

HSL color Cylindrical-coordinate representation of color #AAF3CF: hue angle of 150.41º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3CF is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 207 -
CMYK 0.30 0 0.15 0.05
HSL 150.41º 0.75% 0.81% -
HSV(B) 150.41º 0.3% 0.95% -
XYZ 59.89 77.15 70.77 -
YUV 217.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 170 243 207 0.30 0 0.15 0.05 150.41 0.75 0.81
Hex AA F3 CF 1E 0 F 5 96 4B 51
Octal 252 363 317 36 0 17 5 226 113 121
Binary 10101010 11110011 11001111 11110 0 1111 101 10010110 1001011 1010001

Color Harmonies of #AAF3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3CF

Black with #AAF3CF

Text Example


Text Example

White with #AAF3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3CF; }

 p { color: rgb(170,243,207); }

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

background-color css

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

 a { background-color: rgb(170,243,207); }

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

border-color css

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

 span { border-color: rgb(170,243,207); }

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