Shades of Bermuda #93D0BD
Tints of Bermuda #93D0BD
RGB
CMYK
RGB Variations
Color information
#93D0BD (or 0x93D0BD) is known color: Bermuda. HEX triplet: 93, D0 and BD. RGB value is (147,208,189). Sum of RGB (Red+Green+Blue) = 147+208+189=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0BD is #6C2F42. Grayscale: #BBBBBB. Windows color (decimal): -7089987 or 12439699. OLE color: 12439699.
HSL color Cylindrical-coordinate representation of color #93D0BD: hue angle of 161.31º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D0BD is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 189 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.18 |
| HSL | 161.31º | 0.39% | 0.7% | - |
| HSV(B) | 161.31º | 0.29% | 0.82% | - |
| XYZ | 43.77 | 54.99 | 56.45 | - |
| YUV | 187.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 189 | 0.29 | 0 | 0.09 | 0.18 | 161.31 | 0.39 | 0.7 |
| Hex | 93 | D0 | BD | 1D | 0 | 9 | 12 | A1 | 27 | 46 |
| Octal | 223 | 320 | 275 | 35 | 0 | 11 | 22 | 241 | 47 | 106 |
| Binary | 10010011 | 11010000 | 10111101 | 11101 | 0 | 1001 | 10010 | 10100001 | 100111 | 1000110 |
Color Harmonies of #93D0BD
Complementary color
Monochromatic Colors of #93D0BD
Black with #93D0BD
Text Example
Text Example
White with #93D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0BD; }
p { color: rgb(147,208,189); }
H1.HeaderClassName
{
color: #93D0BD;
}
.AnyTagClassName
{
color: #93D0BD;
}
</style>
background-color css
<style>
a { background-color: #93D0BD; }
a { background-color: rgb(147,208,189); }
div.DivClassName
{
background-color: #93D0BD;
}
.BgClassName
{
background-color: #93D0BD;
}
</style>
border-color css
<style>
span { border-color: #93D0BD; }
span { border-color: rgb(147,208,189); }
td.TdClassName
{
border-color: #93D0BD;
}
.TagClassName
{
border-color: #93D0BD;
}
</style>