#9AFAC6

Color #9AFAC6 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9AFAC6

Tints of Magic Mint #9AFAC6

Color information

#9AFAC6 (or 0x9AFAC6) is unknown color: approx Magic Mint. HEX triplet: 9A, FA and C6. RGB value is (154,250,198). Sum of RGB (Red+Green+Blue) = 154+250+198=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFAC6 is #650539. Grayscale: #D7D7D7. Windows color (decimal): -6620474 or 13040282. OLE color: 13040282.

HSL color Cylindrical-coordinate representation of color #9AFAC6: hue angle of 147.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFAC6 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB154250198-
CMYK0.3800.210.02
HSL147.5º90.57%79.22%-
HSV(B)147.5º38.4%98.04%-
XYZ57.7179.3265.69-
YUV215.37118.284.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.58%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 198 (77.73% from 255) = 32.89%
R=25.58%
G=41.53%
B=32.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542501980.3800.210.02147.590.5779.22
Hex9AFAC6260152945b4f
Octal232372306460252224133117
Binary100110101111101011000110100110010101101001010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFAC6; }

 p { color: rgb(154,250,198); }

 H1.HeaderClassName
 {
   color: #9AFAC6;
 }
 .AnyTagClassName
 {
   color: #9AFAC6;
 }
</style>
background-color css

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

 a { background-color: rgb(154,250,198); }

 div.DivClassName
 {
   background-color: #9AFAC6;
 }
 .BgClassName
 {
   background-color: #9AFAC6;
 }
</style>
border-color css

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

 span { border-color: rgb(154,250,198); }

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