Shades of Bermuda #93C8C1
Tints of Bermuda #93C8C1
RGB
CMYK
RGB Variations
Color information
#93C8C1 (or 0x93C8C1) is known color: Bermuda. HEX triplet: 93, C8 and C1. RGB value is (147,200,193). Sum of RGB (Red+Green+Blue) = 147+200+193=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C8C1 is #6C373E. Grayscale: #B7B7B7. Windows color (decimal): -7092031 or 12699795. OLE color: 12699795.
HSL color Cylindrical-coordinate representation of color #93C8C1: hue angle of 172.08º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8C1 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 200 | 193 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.22 |
| HSL | 172.08º | 0.33% | 0.68% | - |
| HSV(B) | 172.08º | 0.27% | 0.78% | - |
| XYZ | 42.31 | 51.36 | 58.14 | - |
| YUV | 183.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 193 | 0.26 | 0 | 0.04 | 0.22 | 172.08 | 0.33 | 0.68 |
| Hex | 93 | C8 | C1 | 1A | 0 | 4 | 16 | AC | 21 | 44 |
| Octal | 223 | 310 | 301 | 32 | 0 | 4 | 26 | 254 | 41 | 104 |
| Binary | 10010011 | 11001000 | 11000001 | 11010 | 0 | 100 | 10110 | 10101100 | 100001 | 1000100 |
Color Harmonies of #93C8C1
Complementary color
Monochromatic Colors of #93C8C1
Black with #93C8C1
Text Example
Text Example
White with #93C8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C8C1; }
p { color: rgb(147,200,193); }
H1.HeaderClassName
{
color: #93C8C1;
}
.AnyTagClassName
{
color: #93C8C1;
}
</style>
background-color css
<style>
a { background-color: #93C8C1; }
a { background-color: rgb(147,200,193); }
div.DivClassName
{
background-color: #93C8C1;
}
.BgClassName
{
background-color: #93C8C1;
}
</style>
border-color css
<style>
span { border-color: #93C8C1; }
span { border-color: rgb(147,200,193); }
td.TdClassName
{
border-color: #93C8C1;
}
.TagClassName
{
border-color: #93C8C1;
}
</style>