Shades of Magic Mint #9BF4CE
Tints of Magic Mint #9BF4CE
RGB
CMYK
RGB Variations
Color information
#9BF4CE (or 0x9BF4CE) is known color: Magic Mint. HEX triplet: 9B, F4 and CE. RGB value is (155,244,206). Sum of RGB (Red+Green+Blue) = 155+244+206=605 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.62% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF4CE is #640B31. Grayscale: #D5D5D5. Windows color (decimal): -6556466 or 13563035. OLE color: 13563035.
HSL color Cylindrical-coordinate representation of color #9BF4CE: hue angle of 154.38º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF4CE is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 206 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.04 |
| HSL | 154.38º | 0.8% | 0.78% | - |
| HSV(B) | 154.38º | 0.36% | 0.96% | - |
| XYZ | 57.01 | 76.13 | 70.08 | - |
| YUV | 213.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 206 | 0.36 | 0 | 0.16 | 0.04 | 154.38 | 0.8 | 0.78 |
| Hex | 9B | F4 | CE | 24 | 0 | 10 | 4 | 9A | 50 | 4E |
| Octal | 233 | 364 | 316 | 44 | 0 | 20 | 4 | 232 | 120 | 116 |
| Binary | 10011011 | 11110100 | 11001110 | 100100 | 0 | 10000 | 100 | 10011010 | 1010000 | 1001110 |
Color Harmonies of #9BF4CE
Complementary color
Monochromatic Colors of #9BF4CE
Black with #9BF4CE
Text Example
Text Example
White with #9BF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF4CE; }
p { color: rgb(155,244,206); }
H1.HeaderClassName
{
color: #9BF4CE;
}
.AnyTagClassName
{
color: #9BF4CE;
}
</style>
background-color css
<style>
a { background-color: #9BF4CE; }
a { background-color: rgb(155,244,206); }
div.DivClassName
{
background-color: #9BF4CE;
}
.BgClassName
{
background-color: #9BF4CE;
}
</style>
border-color css
<style>
span { border-color: #9BF4CE; }
span { border-color: rgb(155,244,206); }
td.TdClassName
{
border-color: #9BF4CE;
}
.TagClassName
{
border-color: #9BF4CE;
}
</style>