Shades of Bermuda #83DFBC
Tints of Bermuda #83DFBC
RGB
CMYK
RGB Variations
Color information
#83DFBC (or 0x83DFBC) is known color: Bermuda. HEX triplet: 83, DF and BC. RGB value is (131,223,188). Sum of RGB (Red+Green+Blue) = 131+223+188=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFBC is #7C2043. Grayscale: #BFBFBF. Windows color (decimal): -8134724 or 12377987. OLE color: 12377987.
HSL color Cylindrical-coordinate representation of color #83DFBC: hue angle of 157.17º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFBC is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 188 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.13 |
| HSL | 157.17º | 0.59% | 0.69% | - |
| HSV(B) | 157.17º | 0.41% | 0.87% | - |
| XYZ | 44.82 | 61.23 | 57.03 | - |
| YUV | 191.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 188 | 0.41 | 0 | 0.16 | 0.13 | 157.17 | 0.59 | 0.69 |
| Hex | 83 | DF | BC | 29 | 0 | 10 | D | 9D | 3B | 45 |
| Octal | 203 | 337 | 274 | 51 | 0 | 20 | 15 | 235 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10111100 | 101001 | 0 | 10000 | 1101 | 10011101 | 111011 | 1000101 |
Color Harmonies of #83DFBC
Complementary color
Monochromatic Colors of #83DFBC
Black with #83DFBC
Text Example
Text Example
White with #83DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFBC; }
p { color: rgb(131,223,188); }
H1.HeaderClassName
{
color: #83DFBC;
}
.AnyTagClassName
{
color: #83DFBC;
}
</style>
background-color css
<style>
a { background-color: #83DFBC; }
a { background-color: rgb(131,223,188); }
div.DivClassName
{
background-color: #83DFBC;
}
.BgClassName
{
background-color: #83DFBC;
}
</style>
border-color css
<style>
span { border-color: #83DFBC; }
span { border-color: rgb(131,223,188); }
td.TdClassName
{
border-color: #83DFBC;
}
.TagClassName
{
border-color: #83DFBC;
}
</style>