Shades of Bermuda #92D4BF
Tints of Bermuda #92D4BF
RGB
CMYK
RGB Variations
Color information
#92D4BF (or 0x92D4BF) is known color: Bermuda. HEX triplet: 92, D4 and BF. RGB value is (146,212,191). Sum of RGB (Red+Green+Blue) = 146+212+191=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #92D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D4BF is #6D2B40. Grayscale: #BDBDBD. Windows color (decimal): -7154497 or 12571794. OLE color: 12571794.
HSL color Cylindrical-coordinate representation of color #92D4BF: hue angle of 160.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D4BF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 212 | 191 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.17 |
| HSL | 160.91º | 0.43% | 0.7% | - |
| HSV(B) | 160.91º | 0.31% | 0.83% | - |
| XYZ | 44.8 | 56.96 | 57.92 | - |
| YUV | 189.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 212 | 191 | 0.31 | 0 | 0.10 | 0.17 | 160.91 | 0.43 | 0.7 |
| Hex | 92 | D4 | BF | 1F | 0 | A | 11 | A1 | 2B | 46 |
| Octal | 222 | 324 | 277 | 37 | 0 | 12 | 21 | 241 | 53 | 106 |
| Binary | 10010010 | 11010100 | 10111111 | 11111 | 0 | 1010 | 10001 | 10100001 | 101011 | 1000110 |
Color Harmonies of #92D4BF
Complementary color
Monochromatic Colors of #92D4BF
Black with #92D4BF
Text Example
Text Example
White with #92D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D4BF; }
p { color: rgb(146,212,191); }
H1.HeaderClassName
{
color: #92D4BF;
}
.AnyTagClassName
{
color: #92D4BF;
}
</style>
background-color css
<style>
a { background-color: #92D4BF; }
a { background-color: rgb(146,212,191); }
div.DivClassName
{
background-color: #92D4BF;
}
.BgClassName
{
background-color: #92D4BF;
}
</style>
border-color css
<style>
span { border-color: #92D4BF; }
span { border-color: rgb(146,212,191); }
td.TdClassName
{
border-color: #92D4BF;
}
.TagClassName
{
border-color: #92D4BF;
}
</style>