Shades of Bermuda #83DCBF
Tints of Bermuda #83DCBF
RGB
CMYK
RGB Variations
Color information
#83DCBF (or 0x83DCBF) is known color: Bermuda. HEX triplet: 83, DC and BF. RGB value is (131,220,191). Sum of RGB (Red+Green+Blue) = 131+220+191=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCBF is #7C2340. Grayscale: #BEBEBE. Windows color (decimal): -8135489 or 12573827. OLE color: 12573827.
HSL color Cylindrical-coordinate representation of color #83DCBF: hue angle of 160.45º 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 #83DCBF is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 191 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.14 |
| HSL | 160.45º | 0.56% | 0.69% | - |
| HSV(B) | 160.45º | 0.4% | 0.86% | - |
| XYZ | 44.36 | 59.77 | 58.49 | - |
| YUV | 190.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 191 | 0.40 | 0 | 0.13 | 0.14 | 160.45 | 0.56 | 0.69 |
| Hex | 83 | DC | BF | 28 | 0 | D | E | A0 | 38 | 45 |
| Octal | 203 | 334 | 277 | 50 | 0 | 15 | 16 | 240 | 70 | 105 |
| Binary | 10000011 | 11011100 | 10111111 | 101000 | 0 | 1101 | 1110 | 10100000 | 111000 | 1000101 |
Color Harmonies of #83DCBF
Complementary color
Monochromatic Colors of #83DCBF
Black with #83DCBF
Text Example
Text Example
White with #83DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCBF; }
p { color: rgb(131,220,191); }
H1.HeaderClassName
{
color: #83DCBF;
}
.AnyTagClassName
{
color: #83DCBF;
}
</style>
background-color css
<style>
a { background-color: #83DCBF; }
a { background-color: rgb(131,220,191); }
div.DivClassName
{
background-color: #83DCBF;
}
.BgClassName
{
background-color: #83DCBF;
}
</style>
border-color css
<style>
span { border-color: #83DCBF; }
span { border-color: rgb(131,220,191); }
td.TdClassName
{
border-color: #83DCBF;
}
.TagClassName
{
border-color: #83DCBF;
}
</style>