#9AF8C1

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

Shades of Magic Mint #9AF8C1

Tints of Magic Mint #9AF8C1

Color information

#9AF8C1 (or 0x9AF8C1) is unknown color: approx Magic Mint. HEX triplet: 9A, F8 and C1. RGB value is (154,248,193). Sum of RGB (Red+Green+Blue) = 154+248+193=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF8C1 is #65073E. Grayscale: #D5D5D5. Windows color (decimal): -6620991 or 12712090. OLE color: 12712090.

HSL color Cylindrical-coordinate representation of color #9AF8C1: hue angle of 144.89º degrees, saturation: 0.87, 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 #9AF8C1 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB154248193-
CMYK0.3800.220.03
HSL144.89º87.04%78.82%-
HSV(B)144.89º37.9%97.25%-
XYZ56.5277.8662.5-
YUV213.62116.3685.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=25.88%
G=41.68%
B=32.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542481930.3800.220.03144.8987.0478.82
Hex9AF8C126016391574f
Octal232370301460263221127117
Binary100110101111100011000001100110010110111001000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,248,193); }

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

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

 a { background-color: rgb(154,248,193); }

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

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

 span { border-color: rgb(154,248,193); }

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