Shades of Bermuda #93C9C2
Tints of Bermuda #93C9C2
RGB
CMYK
RGB Variations
Color information
#93C9C2 (or 0x93C9C2) is known color: Bermuda. HEX triplet: 93, C9 and C2. RGB value is (147,201,194). Sum of RGB (Red+Green+Blue) = 147+201+194=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C9C2 is #6C363D. Grayscale: #B8B8B8. Windows color (decimal): -7091774 or 12765587. OLE color: 12765587.
HSL color Cylindrical-coordinate representation of color #93C9C2: hue angle of 172.22º degrees, saturation: 0.33, 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 #93C9C2 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 194 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.21 |
| HSL | 172.22º | 0.33% | 0.68% | - |
| HSV(B) | 172.22º | 0.27% | 0.79% | - |
| XYZ | 42.66 | 51.87 | 58.8 | - |
| YUV | 184.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 194 | 0.27 | 0 | 0.03 | 0.21 | 172.22 | 0.33 | 0.68 |
| Hex | 93 | C9 | C2 | 1B | 0 | 3 | 15 | AC | 21 | 44 |
| Octal | 223 | 311 | 302 | 33 | 0 | 3 | 25 | 254 | 41 | 104 |
| Binary | 10010011 | 11001001 | 11000010 | 11011 | 0 | 11 | 10101 | 10101100 | 100001 | 1000100 |
Color Harmonies of #93C9C2
Complementary color
Monochromatic Colors of #93C9C2
Black with #93C9C2
Text Example
Text Example
White with #93C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C9C2; }
p { color: rgb(147,201,194); }
H1.HeaderClassName
{
color: #93C9C2;
}
.AnyTagClassName
{
color: #93C9C2;
}
</style>
background-color css
<style>
a { background-color: #93C9C2; }
a { background-color: rgb(147,201,194); }
div.DivClassName
{
background-color: #93C9C2;
}
.BgClassName
{
background-color: #93C9C2;
}
</style>
border-color css
<style>
span { border-color: #93C9C2; }
span { border-color: rgb(147,201,194); }
td.TdClassName
{
border-color: #93C9C2;
}
.TagClassName
{
border-color: #93C9C2;
}
</style>