Shades of Bermuda #83D5B6
Tints of Bermuda #83D5B6
RGB
CMYK
RGB Variations
Color information
#83D5B6 (or 0x83D5B6) is known color: Bermuda. HEX triplet: 83, D5 and B6. RGB value is (131,213,182). Sum of RGB (Red+Green+Blue) = 131+213+182=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #83D5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D5B6 is #7C2A49. Grayscale: #B8B8B8. Windows color (decimal): -8137290 or 11982211. OLE color: 11982211.
HSL color Cylindrical-coordinate representation of color #83D5B6: hue angle of 157.32º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D5B6 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 182 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.16 |
| HSL | 157.32º | 0.49% | 0.67% | - |
| HSV(B) | 157.32º | 0.38% | 0.84% | - |
| XYZ | 41.6 | 55.79 | 52.83 | - |
| YUV | 184.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 182 | 0.38 | 0 | 0.15 | 0.16 | 157.32 | 0.49 | 0.67 |
| Hex | 83 | D5 | B6 | 26 | 0 | F | 10 | 9D | 31 | 43 |
| Octal | 203 | 325 | 266 | 46 | 0 | 17 | 20 | 235 | 61 | 103 |
| Binary | 10000011 | 11010101 | 10110110 | 100110 | 0 | 1111 | 10000 | 10011101 | 110001 | 1000011 |
Color Harmonies of #83D5B6
Complementary color
Monochromatic Colors of #83D5B6
Black with #83D5B6
Text Example
Text Example
White with #83D5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D5B6; }
p { color: rgb(131,213,182); }
H1.HeaderClassName
{
color: #83D5B6;
}
.AnyTagClassName
{
color: #83D5B6;
}
</style>
background-color css
<style>
a { background-color: #83D5B6; }
a { background-color: rgb(131,213,182); }
div.DivClassName
{
background-color: #83D5B6;
}
.BgClassName
{
background-color: #83D5B6;
}
</style>
border-color css
<style>
span { border-color: #83D5B6; }
span { border-color: rgb(131,213,182); }
td.TdClassName
{
border-color: #83D5B6;
}
.TagClassName
{
border-color: #83D5B6;
}
</style>