Shades of Bermuda #93CDBC
Tints of Bermuda #93CDBC
RGB
CMYK
RGB Variations
Color information
#93CDBC (or 0x93CDBC) is known color: Bermuda. HEX triplet: 93, CD and BC. RGB value is (147,205,188). Sum of RGB (Red+Green+Blue) = 147+205+188=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CDBC is #6C3243. Grayscale: #B9B9B9. Windows color (decimal): -7090756 or 12373395. OLE color: 12373395.
HSL color Cylindrical-coordinate representation of color #93CDBC: hue angle of 162.41º degrees, saturation: 0.37, 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 #93CDBC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 188 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.20 |
| HSL | 162.41º | 0.37% | 0.69% | - |
| HSV(B) | 162.41º | 0.28% | 0.8% | - |
| XYZ | 42.94 | 53.5 | 55.64 | - |
| YUV | 185.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 188 | 0.28 | 0 | 0.08 | 0.20 | 162.41 | 0.37 | 0.69 |
| Hex | 93 | CD | BC | 1C | 0 | 8 | 14 | A2 | 25 | 45 |
| Octal | 223 | 315 | 274 | 34 | 0 | 10 | 24 | 242 | 45 | 105 |
| Binary | 10010011 | 11001101 | 10111100 | 11100 | 0 | 1000 | 10100 | 10100010 | 100101 | 1000101 |
Color Harmonies of #93CDBC
Complementary color
Monochromatic Colors of #93CDBC
Black with #93CDBC
Text Example
Text Example
White with #93CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDBC; }
p { color: rgb(147,205,188); }
H1.HeaderClassName
{
color: #93CDBC;
}
.AnyTagClassName
{
color: #93CDBC;
}
</style>
background-color css
<style>
a { background-color: #93CDBC; }
a { background-color: rgb(147,205,188); }
div.DivClassName
{
background-color: #93CDBC;
}
.BgClassName
{
background-color: #93CDBC;
}
</style>
border-color css
<style>
span { border-color: #93CDBC; }
span { border-color: rgb(147,205,188); }
td.TdClassName
{
border-color: #93CDBC;
}
.TagClassName
{
border-color: #93CDBC;
}
</style>