Shades of Bermuda #83DCBE
Tints of Bermuda #83DCBE
RGB
CMYK
RGB Variations
Color information
#83DCBE (or 0x83DCBE) is known color: Bermuda. HEX triplet: 83, DC and BE. RGB value is (131,220,190). Sum of RGB (Red+Green+Blue) = 131+220+190=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCBE is #7C2341. Grayscale: #BDBDBD. Windows color (decimal): -8135490 or 12508291. OLE color: 12508291.
HSL color Cylindrical-coordinate representation of color #83DCBE: hue angle of 159.78º degrees, saturation: 0.56, 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 #83DCBE is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 190 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.14 |
| HSL | 159.78º | 0.56% | 0.69% | - |
| HSV(B) | 159.78º | 0.4% | 0.86% | - |
| XYZ | 44.25 | 59.73 | 57.91 | - |
| YUV | 189.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 190 | 0.40 | 0 | 0.14 | 0.14 | 159.78 | 0.56 | 0.69 |
| Hex | 83 | DC | BE | 28 | 0 | E | E | A0 | 38 | 45 |
| Octal | 203 | 334 | 276 | 50 | 0 | 16 | 16 | 240 | 70 | 105 |
| Binary | 10000011 | 11011100 | 10111110 | 101000 | 0 | 1110 | 1110 | 10100000 | 111000 | 1000101 |
Color Harmonies of #83DCBE
Complementary color
Monochromatic Colors of #83DCBE
Black with #83DCBE
Text Example
Text Example
White with #83DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCBE; }
p { color: rgb(131,220,190); }
H1.HeaderClassName
{
color: #83DCBE;
}
.AnyTagClassName
{
color: #83DCBE;
}
</style>
background-color css
<style>
a { background-color: #83DCBE; }
a { background-color: rgb(131,220,190); }
div.DivClassName
{
background-color: #83DCBE;
}
.BgClassName
{
background-color: #83DCBE;
}
</style>
border-color css
<style>
span { border-color: #83DCBE; }
span { border-color: rgb(131,220,190); }
td.TdClassName
{
border-color: #83DCBE;
}
.TagClassName
{
border-color: #83DCBE;
}
</style>