Shades of Bermuda #93D0BC
Tints of Bermuda #93D0BC
RGB
CMYK
RGB Variations
Color information
#93D0BC (or 0x93D0BC) is known color: Bermuda. HEX triplet: 93, D0 and BC. RGB value is (147,208,188). Sum of RGB (Red+Green+Blue) = 147+208+188=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0BC is #6C2F43. Grayscale: #BBBBBB. Windows color (decimal): -7089988 or 12374163. OLE color: 12374163.
HSL color Cylindrical-coordinate representation of color #93D0BC: hue angle of 160.33º 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 #93D0BC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 188 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.18 |
| HSL | 160.33º | 0.39% | 0.7% | - |
| HSV(B) | 160.33º | 0.29% | 0.82% | - |
| XYZ | 43.67 | 54.95 | 55.88 | - |
| YUV | 187.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 188 | 0.29 | 0 | 0.10 | 0.18 | 160.33 | 0.39 | 0.7 |
| Hex | 93 | D0 | BC | 1D | 0 | A | 12 | A0 | 27 | 46 |
| Octal | 223 | 320 | 274 | 35 | 0 | 12 | 22 | 240 | 47 | 106 |
| Binary | 10010011 | 11010000 | 10111100 | 11101 | 0 | 1010 | 10010 | 10100000 | 100111 | 1000110 |
Color Harmonies of #93D0BC
Complementary color
Monochromatic Colors of #93D0BC
Black with #93D0BC
Text Example
Text Example
White with #93D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0BC; }
p { color: rgb(147,208,188); }
H1.HeaderClassName
{
color: #93D0BC;
}
.AnyTagClassName
{
color: #93D0BC;
}
</style>
background-color css
<style>
a { background-color: #93D0BC; }
a { background-color: rgb(147,208,188); }
div.DivClassName
{
background-color: #93D0BC;
}
.BgClassName
{
background-color: #93D0BC;
}
</style>
border-color css
<style>
span { border-color: #93D0BC; }
span { border-color: rgb(147,208,188); }
td.TdClassName
{
border-color: #93D0BC;
}
.TagClassName
{
border-color: #93D0BC;
}
</style>