Shades of Bermuda #83DAB7
Tints of Bermuda #83DAB7
RGB
CMYK
RGB Variations
Color information
#83DAB7 (or 0x83DAB7) is known color: Bermuda. HEX triplet: 83, DA and B7. RGB value is (131,218,183). Sum of RGB (Red+Green+Blue) = 131+218+183=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAB7 is #7C2548. Grayscale: #BCBCBC. Windows color (decimal): -8136009 or 12049027. OLE color: 12049027.
HSL color Cylindrical-coordinate representation of color #83DAB7: hue angle of 155.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAB7 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 183 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.15 |
| HSL | 155.86º | 0.54% | 0.68% | - |
| HSV(B) | 155.86º | 0.4% | 0.85% | - |
| XYZ | 42.98 | 58.39 | 53.8 | - |
| YUV | 188 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 183 | 0.40 | 0 | 0.16 | 0.15 | 155.86 | 0.54 | 0.68 |
| Hex | 83 | DA | B7 | 28 | 0 | 10 | F | 9C | 36 | 44 |
| Octal | 203 | 332 | 267 | 50 | 0 | 20 | 17 | 234 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10110111 | 101000 | 0 | 10000 | 1111 | 10011100 | 110110 | 1000100 |
Color Harmonies of #83DAB7
Complementary color
Monochromatic Colors of #83DAB7
Black with #83DAB7
Text Example
Text Example
White with #83DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DAB7; }
p { color: rgb(131,218,183); }
H1.HeaderClassName
{
color: #83DAB7;
}
.AnyTagClassName
{
color: #83DAB7;
}
</style>
background-color css
<style>
a { background-color: #83DAB7; }
a { background-color: rgb(131,218,183); }
div.DivClassName
{
background-color: #83DAB7;
}
.BgClassName
{
background-color: #83DAB7;
}
</style>
border-color css
<style>
span { border-color: #83DAB7; }
span { border-color: rgb(131,218,183); }
td.TdClassName
{
border-color: #83DAB7;
}
.TagClassName
{
border-color: #83DAB7;
}
</style>