Shades of Bermuda #92D0C5
Tints of Bermuda #92D0C5
RGB
CMYK
RGB Variations
Color information
#92D0C5 (or 0x92D0C5) is known color: Bermuda. HEX triplet: 92, D0 and C5. RGB value is (146,208,197). Sum of RGB (Red+Green+Blue) = 146+208+197=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #92D0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D0C5 is #6D2F3A. Grayscale: #BCBCBC. Windows color (decimal): -7155515 or 12963986. OLE color: 12963986.
HSL color Cylindrical-coordinate representation of color #92D0C5: hue angle of 169.35º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D0C5 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 208 | 197 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.18 |
| HSL | 169.35º | 0.4% | 0.69% | - |
| HSV(B) | 169.35º | 0.3% | 0.82% | - |
| XYZ | 44.49 | 55.25 | 61.14 | - |
| YUV | 188.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 208 | 197 | 0.30 | 0 | 0.05 | 0.18 | 169.35 | 0.4 | 0.69 |
| Hex | 92 | D0 | C5 | 1E | 0 | 5 | 12 | A9 | 28 | 45 |
| Octal | 222 | 320 | 305 | 36 | 0 | 5 | 22 | 251 | 50 | 105 |
| Binary | 10010010 | 11010000 | 11000101 | 11110 | 0 | 101 | 10010 | 10101001 | 101000 | 1000101 |
Color Harmonies of #92D0C5
Complementary color
Monochromatic Colors of #92D0C5
Black with #92D0C5
Text Example
Text Example
White with #92D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D0C5; }
p { color: rgb(146,208,197); }
H1.HeaderClassName
{
color: #92D0C5;
}
.AnyTagClassName
{
color: #92D0C5;
}
</style>
background-color css
<style>
a { background-color: #92D0C5; }
a { background-color: rgb(146,208,197); }
div.DivClassName
{
background-color: #92D0C5;
}
.BgClassName
{
background-color: #92D0C5;
}
</style>
border-color css
<style>
span { border-color: #92D0C5; }
span { border-color: rgb(146,208,197); }
td.TdClassName
{
border-color: #92D0C5;
}
.TagClassName
{
border-color: #92D0C5;
}
</style>