Shades of Bermuda #92CBBD
Tints of Bermuda #92CBBD
RGB
CMYK
RGB Variations
Color information
#92CBBD (or 0x92CBBD) is known color: Bermuda. HEX triplet: 92, CB and BD. RGB value is (146,203,189). Sum of RGB (Red+Green+Blue) = 146+203+189=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #92CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBBD is #6D3442. Grayscale: #B8B8B8. Windows color (decimal): -7156803 or 12438418. OLE color: 12438418.
HSL color Cylindrical-coordinate representation of color #92CBBD: hue angle of 165.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92CBBD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 189 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.20 |
| HSL | 165.26º | 0.35% | 0.68% | - |
| HSV(B) | 165.26º | 0.28% | 0.8% | - |
| XYZ | 42.4 | 52.5 | 56.04 | - |
| YUV | 184.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 189 | 0.28 | 0 | 0.07 | 0.20 | 165.26 | 0.35 | 0.68 |
| Hex | 92 | CB | BD | 1C | 0 | 7 | 14 | A5 | 23 | 44 |
| Octal | 222 | 313 | 275 | 34 | 0 | 7 | 24 | 245 | 43 | 104 |
| Binary | 10010010 | 11001011 | 10111101 | 11100 | 0 | 111 | 10100 | 10100101 | 100011 | 1000100 |
Color Harmonies of #92CBBD
Complementary color
Monochromatic Colors of #92CBBD
Black with #92CBBD
Text Example
Text Example
White with #92CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CBBD; }
p { color: rgb(146,203,189); }
H1.HeaderClassName
{
color: #92CBBD;
}
.AnyTagClassName
{
color: #92CBBD;
}
</style>
background-color css
<style>
a { background-color: #92CBBD; }
a { background-color: rgb(146,203,189); }
div.DivClassName
{
background-color: #92CBBD;
}
.BgClassName
{
background-color: #92CBBD;
}
</style>
border-color css
<style>
span { border-color: #92CBBD; }
span { border-color: rgb(146,203,189); }
td.TdClassName
{
border-color: #92CBBD;
}
.TagClassName
{
border-color: #92CBBD;
}
</style>