Shades of Bermuda #93CAC0
Tints of Bermuda #93CAC0
RGB
CMYK
RGB Variations
Color information
#93CAC0 (or 0x93CAC0) is known color: Bermuda. HEX triplet: 93, CA and C0. RGB value is (147,202,192). Sum of RGB (Red+Green+Blue) = 147+202+192=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CAC0 is #6C353F. Grayscale: #B8B8B8. Windows color (decimal): -7091520 or 12634771. OLE color: 12634771.
HSL color Cylindrical-coordinate representation of color #93CAC0: hue angle of 169.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93CAC0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 202 | 192 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.21 |
| HSL | 169.09º | 0.34% | 0.68% | - |
| HSV(B) | 169.09º | 0.27% | 0.79% | - |
| XYZ | 42.67 | 52.25 | 57.71 | - |
| YUV | 184.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 192 | 0.27 | 0 | 0.05 | 0.21 | 169.09 | 0.34 | 0.68 |
| Hex | 93 | CA | C0 | 1B | 0 | 5 | 15 | A9 | 22 | 44 |
| Octal | 223 | 312 | 300 | 33 | 0 | 5 | 25 | 251 | 42 | 104 |
| Binary | 10010011 | 11001010 | 11000000 | 11011 | 0 | 101 | 10101 | 10101001 | 100010 | 1000100 |
Color Harmonies of #93CAC0
Complementary color
Monochromatic Colors of #93CAC0
Black with #93CAC0
Text Example
Text Example
White with #93CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CAC0; }
p { color: rgb(147,202,192); }
H1.HeaderClassName
{
color: #93CAC0;
}
.AnyTagClassName
{
color: #93CAC0;
}
</style>
background-color css
<style>
a { background-color: #93CAC0; }
a { background-color: rgb(147,202,192); }
div.DivClassName
{
background-color: #93CAC0;
}
.BgClassName
{
background-color: #93CAC0;
}
</style>
border-color css
<style>
span { border-color: #93CAC0; }
span { border-color: rgb(147,202,192); }
td.TdClassName
{
border-color: #93CAC0;
}
.TagClassName
{
border-color: #93CAC0;
}
</style>