#9AFBB8

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

Shades of Magic Mint #9AFBB8

Tints of Magic Mint #9AFBB8

Color information

#9AFBB8 (or 0x9AFBB8) is unknown color: approx Magic Mint. HEX triplet: 9A, FB and B8. RGB value is (154,251,184). Sum of RGB (Red+Green+Blue) = 154+251+184=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBB8 is #650447. Grayscale: #D6D6D6. Windows color (decimal): -6620232 or 12123034. OLE color: 12123034.

HSL color Cylindrical-coordinate representation of color #9AFBB8: hue angle of 138.56º 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 #9AFBB8 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB154251184-
CMYK0.3900.270.02
HSL138.56º92.38%79.41%-
HSV(B)138.56º38.65%98.43%-
XYZ56.4879.3357.68-
YUV214.36110.8684.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.15%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=26.15%
G=42.61%
B=31.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511840.3900.270.02138.5692.3879.41
Hex9AFBB82701B28b5c4f
Octal232373270470332213134117
Binary100110101111101110111000100111011011101000101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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