Shades of Bermuda #93CCBE
Tints of Bermuda #93CCBE
RGB
CMYK
RGB Variations
Color information
#93CCBE (or 0x93CCBE) is known color: Bermuda. HEX triplet: 93, CC and BE. RGB value is (147,204,190). Sum of RGB (Red+Green+Blue) = 147+204+190=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #93CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCBE is #6C3341. Grayscale: #B9B9B9. Windows color (decimal): -7091010 or 12504211. OLE color: 12504211.
HSL color Cylindrical-coordinate representation of color #93CCBE: hue angle of 165.26º degrees, saturation: 0.36, 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 #93CCBE is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 190 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.2 |
| HSL | 165.26º | 0.36% | 0.69% | - |
| HSV(B) | 165.26º | 0.28% | 0.8% | - |
| XYZ | 42.92 | 53.11 | 56.7 | - |
| YUV | 185.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 190 | 0.28 | 0 | 0.07 | 0.2 | 165.26 | 0.36 | 0.69 |
| Hex | 93 | CC | BE | 1C | 0 | 7 | 14 | A5 | 24 | 45 |
| Octal | 223 | 314 | 276 | 34 | 0 | 7 | 24 | 245 | 44 | 105 |
| Binary | 10010011 | 11001100 | 10111110 | 11100 | 0 | 111 | 10100 | 10100101 | 100100 | 1000101 |
Color Harmonies of #93CCBE
Complementary color
Monochromatic Colors of #93CCBE
Black with #93CCBE
Text Example
Text Example
White with #93CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CCBE; }
p { color: rgb(147,204,190); }
H1.HeaderClassName
{
color: #93CCBE;
}
.AnyTagClassName
{
color: #93CCBE;
}
</style>
background-color css
<style>
a { background-color: #93CCBE; }
a { background-color: rgb(147,204,190); }
div.DivClassName
{
background-color: #93CCBE;
}
.BgClassName
{
background-color: #93CCBE;
}
</style>
border-color css
<style>
span { border-color: #93CCBE; }
span { border-color: rgb(147,204,190); }
td.TdClassName
{
border-color: #93CCBE;
}
.TagClassName
{
border-color: #93CCBE;
}
</style>