Shades of Bermuda #93CFBD
Tints of Bermuda #93CFBD
RGB
CMYK
RGB Variations
Color information
#93CFBD (or 0x93CFBD) is known color: Bermuda. HEX triplet: 93, CF and BD. RGB value is (147,207,189). Sum of RGB (Red+Green+Blue) = 147+207+189=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFBD is #6C3042. Grayscale: #BBBBBB. Windows color (decimal): -7090243 or 12439443. OLE color: 12439443.
HSL color Cylindrical-coordinate representation of color #93CFBD: hue angle of 162º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFBD is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 189 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.19 |
| HSL | 162º | 0.38% | 0.69% | - |
| HSV(B) | 162º | 0.29% | 0.81% | - |
| XYZ | 43.53 | 54.5 | 56.37 | - |
| YUV | 187.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 189 | 0.29 | 0 | 0.09 | 0.19 | 162 | 0.38 | 0.69 |
| Hex | 93 | CF | BD | 1D | 0 | 9 | 13 | A2 | 26 | 45 |
| Octal | 223 | 317 | 275 | 35 | 0 | 11 | 23 | 242 | 46 | 105 |
| Binary | 10010011 | 11001111 | 10111101 | 11101 | 0 | 1001 | 10011 | 10100010 | 100110 | 1000101 |
Color Harmonies of #93CFBD
Complementary color
Monochromatic Colors of #93CFBD
Black with #93CFBD
Text Example
Text Example
White with #93CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFBD; }
p { color: rgb(147,207,189); }
H1.HeaderClassName
{
color: #93CFBD;
}
.AnyTagClassName
{
color: #93CFBD;
}
</style>
background-color css
<style>
a { background-color: #93CFBD; }
a { background-color: rgb(147,207,189); }
div.DivClassName
{
background-color: #93CFBD;
}
.BgClassName
{
background-color: #93CFBD;
}
</style>
border-color css
<style>
span { border-color: #93CFBD; }
span { border-color: rgb(147,207,189); }
td.TdClassName
{
border-color: #93CFBD;
}
.TagClassName
{
border-color: #93CFBD;
}
</style>