#9AFBB9

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

Shades of Magic Mint #9AFBB9

Tints of Magic Mint #9AFBB9

Color information

#9AFBB9 (or 0x9AFBB9) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and B9. RGB value is (154,251,185). Sum of RGB (Red+Green+Blue) = 154+251+185=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBB9 is #650446. Grayscale: #D6D6D6. Windows color (decimal): -6620231 or 12188570. OLE color: 12188570.

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

Color convert

RGB154251185-
CMYK0.3900.260.02
HSL139.18º92.38%79.41%-
HSV(B)139.18º38.65%98.43%-
XYZ56.5879.3758.24-
YUV214.47111.3684.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.10%
GREEN value IS 251 (98.44% from 255) = 42.54%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=26.10%
G=42.54%
B=31.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511850.3900.260.02139.1892.3879.41
Hex9AFBB92701A28b5c4f
Octal232373271470322213134117
Binary100110101111101110111001100111011010101000101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,185); }

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

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

 a { background-color: rgb(154,251,185); }

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

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

 span { border-color: rgb(154,251,185); }

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