Shades of Bermuda #93D0C0
Tints of Bermuda #93D0C0
RGB
CMYK
RGB Variations
Color information
#93D0C0 (or 0x93D0C0) is known color: Bermuda. HEX triplet: 93, D0 and C0. RGB value is (147,208,192). Sum of RGB (Red+Green+Blue) = 147+208+192=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D0C0 is #6C2F3F. Grayscale: #BBBBBB. Windows color (decimal): -7089984 or 12636307. OLE color: 12636307.
HSL color Cylindrical-coordinate representation of color #93D0C0: hue angle of 164.26º 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 #93D0C0 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 192 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.18 |
| HSL | 164.26º | 0.39% | 0.7% | - |
| HSV(B) | 164.26º | 0.29% | 0.82% | - |
| XYZ | 44.1 | 55.12 | 58.18 | - |
| YUV | 187.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 192 | 0.29 | 0 | 0.08 | 0.18 | 164.26 | 0.39 | 0.7 |
| Hex | 93 | D0 | C0 | 1D | 0 | 8 | 12 | A4 | 27 | 46 |
| Octal | 223 | 320 | 300 | 35 | 0 | 10 | 22 | 244 | 47 | 106 |
| Binary | 10010011 | 11010000 | 11000000 | 11101 | 0 | 1000 | 10010 | 10100100 | 100111 | 1000110 |
Color Harmonies of #93D0C0
Complementary color
Monochromatic Colors of #93D0C0
Black with #93D0C0
Text Example
Text Example
White with #93D0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0C0; }
p { color: rgb(147,208,192); }
H1.HeaderClassName
{
color: #93D0C0;
}
.AnyTagClassName
{
color: #93D0C0;
}
</style>
background-color css
<style>
a { background-color: #93D0C0; }
a { background-color: rgb(147,208,192); }
div.DivClassName
{
background-color: #93D0C0;
}
.BgClassName
{
background-color: #93D0C0;
}
</style>
border-color css
<style>
span { border-color: #93D0C0; }
span { border-color: rgb(147,208,192); }
td.TdClassName
{
border-color: #93D0C0;
}
.TagClassName
{
border-color: #93D0C0;
}
</style>