Shades of Bermuda #92D6BE
Tints of Bermuda #92D6BE
RGB
CMYK
RGB Variations
Color information
#92D6BE (or 0x92D6BE) is known color: Bermuda. HEX triplet: 92, D6 and BE. RGB value is (146,214,190). Sum of RGB (Red+Green+Blue) = 146+214+190=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #92D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D6BE is #6D2941. Grayscale: #BEBEBE. Windows color (decimal): -7153986 or 12506770. OLE color: 12506770.
HSL color Cylindrical-coordinate representation of color #92D6BE: hue angle of 158.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D6BE is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 214 | 190 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.16 |
| HSL | 158.82º | 0.45% | 0.71% | - |
| HSV(B) | 158.82º | 0.32% | 0.84% | - |
| XYZ | 45.19 | 57.92 | 57.51 | - |
| YUV | 190.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 214 | 190 | 0.32 | 0 | 0.11 | 0.16 | 158.82 | 0.45 | 0.71 |
| Hex | 92 | D6 | BE | 20 | 0 | B | 10 | 9F | 2D | 47 |
| Octal | 222 | 326 | 276 | 40 | 0 | 13 | 20 | 237 | 55 | 107 |
| Binary | 10010010 | 11010110 | 10111110 | 100000 | 0 | 1011 | 10000 | 10011111 | 101101 | 1000111 |
Color Harmonies of #92D6BE
Complementary color
Monochromatic Colors of #92D6BE
Black with #92D6BE
Text Example
Text Example
White with #92D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D6BE; }
p { color: rgb(146,214,190); }
H1.HeaderClassName
{
color: #92D6BE;
}
.AnyTagClassName
{
color: #92D6BE;
}
</style>
background-color css
<style>
a { background-color: #92D6BE; }
a { background-color: rgb(146,214,190); }
div.DivClassName
{
background-color: #92D6BE;
}
.BgClassName
{
background-color: #92D6BE;
}
</style>
border-color css
<style>
span { border-color: #92D6BE; }
span { border-color: rgb(146,214,190); }
td.TdClassName
{
border-color: #92D6BE;
}
.TagClassName
{
border-color: #92D6BE;
}
</style>