Shades of Bermuda #83D0BF
Tints of Bermuda #83D0BF
RGB
CMYK
RGB Variations
Color information
#83D0BF (or 0x83D0BF) is known color: Bermuda. HEX triplet: 83, D0 and BF. RGB value is (131,208,191). Sum of RGB (Red+Green+Blue) = 131+208+191=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #83D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D0BF is #7C2F40. Grayscale: #B7B7B7. Windows color (decimal): -8138561 or 12570755. OLE color: 12570755.
HSL color Cylindrical-coordinate representation of color #83D0BF: hue angle of 166.75º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D0BF is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 191 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.18 |
| HSL | 166.75º | 0.45% | 0.66% | - |
| HSV(B) | 166.75º | 0.37% | 0.82% | - |
| XYZ | 41.32 | 53.7 | 57.48 | - |
| YUV | 183.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 191 | 0.37 | 0 | 0.08 | 0.18 | 166.75 | 0.45 | 0.66 |
| Hex | 83 | D0 | BF | 25 | 0 | 8 | 12 | A7 | 2D | 42 |
| Octal | 203 | 320 | 277 | 45 | 0 | 10 | 22 | 247 | 55 | 102 |
| Binary | 10000011 | 11010000 | 10111111 | 100101 | 0 | 1000 | 10010 | 10100111 | 101101 | 1000010 |
Color Harmonies of #83D0BF
Complementary color
Monochromatic Colors of #83D0BF
Black with #83D0BF
Text Example
Text Example
White with #83D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0BF; }
p { color: rgb(131,208,191); }
H1.HeaderClassName
{
color: #83D0BF;
}
.AnyTagClassName
{
color: #83D0BF;
}
</style>
background-color css
<style>
a { background-color: #83D0BF; }
a { background-color: rgb(131,208,191); }
div.DivClassName
{
background-color: #83D0BF;
}
.BgClassName
{
background-color: #83D0BF;
}
</style>
border-color css
<style>
span { border-color: #83D0BF; }
span { border-color: rgb(131,208,191); }
td.TdClassName
{
border-color: #83D0BF;
}
.TagClassName
{
border-color: #83D0BF;
}
</style>