Shades of Bermuda #93CBC0
Tints of Bermuda #93CBC0
RGB
CMYK
RGB Variations
Color information
#93CBC0 (or 0x93CBC0) is known color: Bermuda. HEX triplet: 93, CB and C0. RGB value is (147,203,192). Sum of RGB (Red+Green+Blue) = 147+203+192=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBC0 is #6C343F. Grayscale: #B8B8B8. Windows color (decimal): -7091264 or 12635027. OLE color: 12635027.
HSL color Cylindrical-coordinate representation of color #93CBC0: hue angle of 168.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CBC0 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 192 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.20 |
| HSL | 168.21º | 0.35% | 0.69% | - |
| HSV(B) | 168.21º | 0.28% | 0.8% | - |
| XYZ | 42.9 | 52.72 | 57.78 | - |
| YUV | 185 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 192 | 0.28 | 0 | 0.05 | 0.20 | 168.21 | 0.35 | 0.69 |
| Hex | 93 | CB | C0 | 1C | 0 | 5 | 14 | A8 | 23 | 45 |
| Octal | 223 | 313 | 300 | 34 | 0 | 5 | 24 | 250 | 43 | 105 |
| Binary | 10010011 | 11001011 | 11000000 | 11100 | 0 | 101 | 10100 | 10101000 | 100011 | 1000101 |
Color Harmonies of #93CBC0
Complementary color
Monochromatic Colors of #93CBC0
Black with #93CBC0
Text Example
Text Example
White with #93CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBC0; }
p { color: rgb(147,203,192); }
H1.HeaderClassName
{
color: #93CBC0;
}
.AnyTagClassName
{
color: #93CBC0;
}
</style>
background-color css
<style>
a { background-color: #93CBC0; }
a { background-color: rgb(147,203,192); }
div.DivClassName
{
background-color: #93CBC0;
}
.BgClassName
{
background-color: #93CBC0;
}
</style>
border-color css
<style>
span { border-color: #93CBC0; }
span { border-color: rgb(147,203,192); }
td.TdClassName
{
border-color: #93CBC0;
}
.TagClassName
{
border-color: #93CBC0;
}
</style>