#9AF7C6

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

Shades of Magic Mint #9AF7C6

Tints of Magic Mint #9AF7C6

Color information

#9AF7C6 (or 0x9AF7C6) is unknown color: approx Magic Mint. HEX triplet: 9A, F7 and C6. RGB value is (154,247,198). Sum of RGB (Red+Green+Blue) = 154+247+198=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF7C6 is #650839. Grayscale: #D5D5D5. Windows color (decimal): -6621242 or 13039514. OLE color: 13039514.

HSL color Cylindrical-coordinate representation of color #9AF7C6: hue angle of 148.39º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF7C6 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB154247198-
CMYK0.3800.200.03
HSL148.39º85.32%78.63%-
HSV(B)148.39º37.65%96.86%-
XYZ56.7877.4765.39-
YUV213.61119.1985.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.71%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=25.71%
G=41.24%
B=33.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542471980.3800.200.03148.3985.3278.63
Hex9AF7C626014394554f
Octal232367306460243224125117
Binary100110101111011111000110100110010100111001010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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