Shades of Bermuda #92C9BF
Tints of Bermuda #92C9BF
RGB
CMYK
RGB Variations
Color information
#92C9BF (or 0x92C9BF) is known color: Bermuda. HEX triplet: 92, C9 and BF. RGB value is (146,201,191). Sum of RGB (Red+Green+Blue) = 146+201+191=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #92C9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C9BF is #6D3640. Grayscale: #B7B7B7. Windows color (decimal): -7157313 or 12568978. OLE color: 12568978.
HSL color Cylindrical-coordinate representation of color #92C9BF: 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 #92C9BF is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 191 | - |
| 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.14 | 51.65 | 57.04 | - |
| YUV | 183.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 191 | 0.27 | 0 | 0.05 | 0.21 | 169.09 | 0.34 | 0.68 |
| Hex | 92 | C9 | BF | 1B | 0 | 5 | 15 | A9 | 22 | 44 |
| Octal | 222 | 311 | 277 | 33 | 0 | 5 | 25 | 251 | 42 | 104 |
| Binary | 10010010 | 11001001 | 10111111 | 11011 | 0 | 101 | 10101 | 10101001 | 100010 | 1000100 |
Color Harmonies of #92C9BF
Complementary color
Monochromatic Colors of #92C9BF
Black with #92C9BF
Text Example
Text Example
White with #92C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C9BF; }
p { color: rgb(146,201,191); }
H1.HeaderClassName
{
color: #92C9BF;
}
.AnyTagClassName
{
color: #92C9BF;
}
</style>
background-color css
<style>
a { background-color: #92C9BF; }
a { background-color: rgb(146,201,191); }
div.DivClassName
{
background-color: #92C9BF;
}
.BgClassName
{
background-color: #92C9BF;
}
</style>
border-color css
<style>
span { border-color: #92C9BF; }
span { border-color: rgb(146,201,191); }
td.TdClassName
{
border-color: #92C9BF;
}
.TagClassName
{
border-color: #92C9BF;
}
</style>