Shades of Bermuda #93D1BE
Tints of Bermuda #93D1BE
RGB
CMYK
RGB Variations
Color information
#93D1BE (or 0x93D1BE) is known color: Bermuda. HEX triplet: 93, D1 and BE. RGB value is (147,209,190). Sum of RGB (Red+Green+Blue) = 147+209+190=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D1BE is #6C2E41. Grayscale: #BCBCBC. Windows color (decimal): -7089730 or 12505491. OLE color: 12505491.
HSL color Cylindrical-coordinate representation of color #93D1BE: hue angle of 161.61º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1BE is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 190 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.18 |
| HSL | 161.61º | 0.4% | 0.7% | - |
| HSV(B) | 161.61º | 0.3% | 0.82% | - |
| XYZ | 44.13 | 55.52 | 57.11 | - |
| YUV | 188.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 190 | 0.30 | 0 | 0.09 | 0.18 | 161.61 | 0.4 | 0.7 |
| Hex | 93 | D1 | BE | 1E | 0 | 9 | 12 | A2 | 28 | 46 |
| Octal | 223 | 321 | 276 | 36 | 0 | 11 | 22 | 242 | 50 | 106 |
| Binary | 10010011 | 11010001 | 10111110 | 11110 | 0 | 1001 | 10010 | 10100010 | 101000 | 1000110 |
Color Harmonies of #93D1BE
Complementary color
Monochromatic Colors of #93D1BE
Black with #93D1BE
Text Example
Text Example
White with #93D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D1BE; }
p { color: rgb(147,209,190); }
H1.HeaderClassName
{
color: #93D1BE;
}
.AnyTagClassName
{
color: #93D1BE;
}
</style>
background-color css
<style>
a { background-color: #93D1BE; }
a { background-color: rgb(147,209,190); }
div.DivClassName
{
background-color: #93D1BE;
}
.BgClassName
{
background-color: #93D1BE;
}
</style>
border-color css
<style>
span { border-color: #93D1BE; }
span { border-color: rgb(147,209,190); }
td.TdClassName
{
border-color: #93D1BE;
}
.TagClassName
{
border-color: #93D1BE;
}
</style>