Html Css Color HEX #AAFACF Magic Mint

📋 copy color: '#AAFACF'

red 170 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #AAFACF

Tints of Magic Mint #AAFACF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.87%

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

R = 27.11%
G = 39.87%
B = 33.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#AAFACF (or 0xAAFACF) is known color: Magic Mint. HEX triplet: AA, FA and CF. RGB value is (170,250,207). Sum of RGB (Red+Green+Blue) = 170+250+207=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACF is #550530. Grayscale: #DDDDDD. Windows color (decimal): -5571889 or 13630122. OLE color: 13630122.

HSL color Cylindrical-coordinate representation of color #AAFACF: hue angle of 147.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFACF is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 207 -
CMYK 0.32 0 0.17 0.02
HSL 147.75º 0.89% 0.82% -
HSV(B) 147.75º 0.32% 0.98% -
XYZ 62.03 81.42 71.48 -
YUV 221.18 120 91.5 -
System Red Green Blue C M Y K H S L
Decimal 170 250 207 0.32 0 0.17 0.02 147.75 0.89 0.82
Hex AA FA CF 20 0 11 2 94 59 52
Octal 252 372 317 40 0 21 2 224 131 122
Binary 10101010 11111010 11001111 100000 0 10001 10 10010100 1011001 1010010

Color Harmonies of #AAFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFACF

Black with #AAFACF

Text Example


Text Example

White with #AAFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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