Shades of Bermuda #93D5C1
Tints of Bermuda #93D5C1
RGB
CMYK
RGB Variations
Color information
#93D5C1 (or 0x93D5C1) is known color: Bermuda. HEX triplet: 93, D5 and C1. RGB value is (147,213,193). Sum of RGB (Red+Green+Blue) = 147+213+193=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D5C1 is #6C2A3E. Grayscale: #BEBEBE. Windows color (decimal): -7088703 or 12703123. OLE color: 12703123.
HSL color Cylindrical-coordinate representation of color #93D5C1: hue angle of 161.82º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D5C1 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 193 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.16 |
| HSL | 161.82º | 0.44% | 0.71% | - |
| HSV(B) | 161.82º | 0.31% | 0.84% | - |
| XYZ | 45.45 | 57.64 | 59.18 | - |
| YUV | 190.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 193 | 0.31 | 0 | 0.09 | 0.16 | 161.82 | 0.44 | 0.71 |
| Hex | 93 | D5 | C1 | 1F | 0 | 9 | 10 | A2 | 2C | 47 |
| Octal | 223 | 325 | 301 | 37 | 0 | 11 | 20 | 242 | 54 | 107 |
| Binary | 10010011 | 11010101 | 11000001 | 11111 | 0 | 1001 | 10000 | 10100010 | 101100 | 1000111 |
Color Harmonies of #93D5C1
Complementary color
Monochromatic Colors of #93D5C1
Black with #93D5C1
Text Example
Text Example
White with #93D5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D5C1; }
p { color: rgb(147,213,193); }
H1.HeaderClassName
{
color: #93D5C1;
}
.AnyTagClassName
{
color: #93D5C1;
}
</style>
background-color css
<style>
a { background-color: #93D5C1; }
a { background-color: rgb(147,213,193); }
div.DivClassName
{
background-color: #93D5C1;
}
.BgClassName
{
background-color: #93D5C1;
}
</style>
border-color css
<style>
span { border-color: #93D5C1; }
span { border-color: rgb(147,213,193); }
td.TdClassName
{
border-color: #93D5C1;
}
.TagClassName
{
border-color: #93D5C1;
}
</style>