Shades of Bermuda #83DBBB
Tints of Bermuda #83DBBB
RGB
CMYK
RGB Variations
Color information
#83DBBB (or 0x83DBBB) is known color: Bermuda. HEX triplet: 83, DB and BB. RGB value is (131,219,187). Sum of RGB (Red+Green+Blue) = 131+219+187=537 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.39% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBBB is #7C2444. Grayscale: #BDBDBD. Windows color (decimal): -8135749 or 12311427. OLE color: 12311427.
HSL color Cylindrical-coordinate representation of color #83DBBB: hue angle of 158.18º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DBBB is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 187 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.14 |
| HSL | 158.18º | 0.55% | 0.69% | - |
| HSV(B) | 158.18º | 0.4% | 0.86% | - |
| XYZ | 43.66 | 59.08 | 56.12 | - |
| YUV | 189.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 187 | 0.40 | 0 | 0.15 | 0.14 | 158.18 | 0.55 | 0.69 |
| Hex | 83 | DB | BB | 28 | 0 | F | E | 9E | 37 | 45 |
| Octal | 203 | 333 | 273 | 50 | 0 | 17 | 16 | 236 | 67 | 105 |
| Binary | 10000011 | 11011011 | 10111011 | 101000 | 0 | 1111 | 1110 | 10011110 | 110111 | 1000101 |
Color Harmonies of #83DBBB
Complementary color
Monochromatic Colors of #83DBBB
Black with #83DBBB
Text Example
Text Example
White with #83DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBBB; }
p { color: rgb(131,219,187); }
H1.HeaderClassName
{
color: #83DBBB;
}
.AnyTagClassName
{
color: #83DBBB;
}
</style>
background-color css
<style>
a { background-color: #83DBBB; }
a { background-color: rgb(131,219,187); }
div.DivClassName
{
background-color: #83DBBB;
}
.BgClassName
{
background-color: #83DBBB;
}
</style>
border-color css
<style>
span { border-color: #83DBBB; }
span { border-color: rgb(131,219,187); }
td.TdClassName
{
border-color: #83DBBB;
}
.TagClassName
{
border-color: #83DBBB;
}
</style>