Shades of Bermuda #83DBB7
Tints of Bermuda #83DBB7
RGB
CMYK
RGB Variations
Color information
#83DBB7 (or 0x83DBB7) is known color: Bermuda. HEX triplet: 83, DB and B7. RGB value is (131,219,183). Sum of RGB (Red+Green+Blue) = 131+219+183=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBB7 is #7C2448. Grayscale: #BCBCBC. Windows color (decimal): -8135753 or 12049283. OLE color: 12049283.
HSL color Cylindrical-coordinate representation of color #83DBB7: hue angle of 155.45º 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 #83DBB7 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 183 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.14 |
| HSL | 155.45º | 0.55% | 0.69% | - |
| HSV(B) | 155.45º | 0.4% | 0.86% | - |
| XYZ | 43.24 | 58.91 | 53.89 | - |
| YUV | 188.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 183 | 0.40 | 0 | 0.16 | 0.14 | 155.45 | 0.55 | 0.69 |
| Hex | 83 | DB | B7 | 28 | 0 | 10 | E | 9B | 37 | 45 |
| Octal | 203 | 333 | 267 | 50 | 0 | 20 | 16 | 233 | 67 | 105 |
| Binary | 10000011 | 11011011 | 10110111 | 101000 | 0 | 10000 | 1110 | 10011011 | 110111 | 1000101 |
Color Harmonies of #83DBB7
Complementary color
Monochromatic Colors of #83DBB7
Black with #83DBB7
Text Example
Text Example
White with #83DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBB7; }
p { color: rgb(131,219,183); }
H1.HeaderClassName
{
color: #83DBB7;
}
.AnyTagClassName
{
color: #83DBB7;
}
</style>
background-color css
<style>
a { background-color: #83DBB7; }
a { background-color: rgb(131,219,183); }
div.DivClassName
{
background-color: #83DBB7;
}
.BgClassName
{
background-color: #83DBB7;
}
</style>
border-color css
<style>
span { border-color: #83DBB7; }
span { border-color: rgb(131,219,183); }
td.TdClassName
{
border-color: #83DBB7;
}
.TagClassName
{
border-color: #83DBB7;
}
</style>