Shades of Bermuda #83DBBD
Tints of Bermuda #83DBBD
RGB
CMYK
RGB Variations
Color information
#83DBBD (or 0x83DBBD) is known color: Bermuda. HEX triplet: 83, DB and BD. RGB value is (131,219,189). Sum of RGB (Red+Green+Blue) = 131+219+189=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBBD is #7C2442. Grayscale: #BDBDBD. Windows color (decimal): -8135747 or 12442499. OLE color: 12442499.
HSL color Cylindrical-coordinate representation of color #83DBBD: hue angle of 159.55º 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 #83DBBD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 189 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.14 |
| HSL | 159.55º | 0.55% | 0.69% | - |
| HSV(B) | 159.55º | 0.4% | 0.86% | - |
| XYZ | 43.88 | 59.16 | 57.25 | - |
| YUV | 189.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 189 | 0.40 | 0 | 0.14 | 0.14 | 159.55 | 0.55 | 0.69 |
| Hex | 83 | DB | BD | 28 | 0 | E | E | A0 | 37 | 45 |
| Octal | 203 | 333 | 275 | 50 | 0 | 16 | 16 | 240 | 67 | 105 |
| Binary | 10000011 | 11011011 | 10111101 | 101000 | 0 | 1110 | 1110 | 10100000 | 110111 | 1000101 |
Color Harmonies of #83DBBD
Complementary color
Monochromatic Colors of #83DBBD
Black with #83DBBD
Text Example
Text Example
White with #83DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBBD; }
p { color: rgb(131,219,189); }
H1.HeaderClassName
{
color: #83DBBD;
}
.AnyTagClassName
{
color: #83DBBD;
}
</style>
background-color css
<style>
a { background-color: #83DBBD; }
a { background-color: rgb(131,219,189); }
div.DivClassName
{
background-color: #83DBBD;
}
.BgClassName
{
background-color: #83DBBD;
}
</style>
border-color css
<style>
span { border-color: #83DBBD; }
span { border-color: rgb(131,219,189); }
td.TdClassName
{
border-color: #83DBBD;
}
.TagClassName
{
border-color: #83DBBD;
}
</style>