Shades of Bermuda #93D2C1
Tints of Bermuda #93D2C1
RGB
CMYK
RGB Variations
Color information
#93D2C1 (or 0x93D2C1) is known color: Bermuda. HEX triplet: 93, D2 and C1. RGB value is (147,210,193). Sum of RGB (Red+Green+Blue) = 147+210+193=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D2C1 is #6C2D3E. Grayscale: #BDBDBD. Windows color (decimal): -7089471 or 12702355. OLE color: 12702355.
HSL color Cylindrical-coordinate representation of color #93D2C1: hue angle of 163.81º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2C1 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 193 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.18 |
| HSL | 163.81º | 0.41% | 0.7% | - |
| HSV(B) | 163.81º | 0.3% | 0.82% | - |
| XYZ | 44.7 | 56.15 | 58.93 | - |
| YUV | 189.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 193 | 0.30 | 0 | 0.08 | 0.18 | 163.81 | 0.41 | 0.7 |
| Hex | 93 | D2 | C1 | 1E | 0 | 8 | 12 | A4 | 29 | 46 |
| Octal | 223 | 322 | 301 | 36 | 0 | 10 | 22 | 244 | 51 | 106 |
| Binary | 10010011 | 11010010 | 11000001 | 11110 | 0 | 1000 | 10010 | 10100100 | 101001 | 1000110 |
Color Harmonies of #93D2C1
Complementary color
Monochromatic Colors of #93D2C1
Black with #93D2C1
Text Example
Text Example
White with #93D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D2C1; }
p { color: rgb(147,210,193); }
H1.HeaderClassName
{
color: #93D2C1;
}
.AnyTagClassName
{
color: #93D2C1;
}
</style>
background-color css
<style>
a { background-color: #93D2C1; }
a { background-color: rgb(147,210,193); }
div.DivClassName
{
background-color: #93D2C1;
}
.BgClassName
{
background-color: #93D2C1;
}
</style>
border-color css
<style>
span { border-color: #93D2C1; }
span { border-color: rgb(147,210,193); }
td.TdClassName
{
border-color: #93D2C1;
}
.TagClassName
{
border-color: #93D2C1;
}
</style>