Shades of Bermuda #83E2BC
Tints of Bermuda #83E2BC
RGB
CMYK
RGB Variations
Color information
#83E2BC (or 0x83E2BC) is known color: Bermuda. HEX triplet: 83, E2 and BC. RGB value is (131,226,188). Sum of RGB (Red+Green+Blue) = 131+226+188=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #83E2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E2BC is #7C1D43. Grayscale: #C1C1C1. Windows color (decimal): -8133956 or 12378755. OLE color: 12378755.
HSL color Cylindrical-coordinate representation of color #83E2BC: hue angle of 156º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E2BC is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 226 | 188 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.11 |
| HSL | 156º | 0.62% | 0.7% | - |
| HSV(B) | 156º | 0.42% | 0.89% | - |
| XYZ | 45.63 | 62.85 | 57.3 | - |
| YUV | 193.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 226 | 188 | 0.42 | 0 | 0.17 | 0.11 | 156 | 0.62 | 0.7 |
| Hex | 83 | E2 | BC | 2A | 0 | 11 | B | 9C | 3E | 46 |
| Octal | 203 | 342 | 274 | 52 | 0 | 21 | 13 | 234 | 76 | 106 |
| Binary | 10000011 | 11100010 | 10111100 | 101010 | 0 | 10001 | 1011 | 10011100 | 111110 | 1000110 |
Color Harmonies of #83E2BC
Complementary color
Monochromatic Colors of #83E2BC
Black with #83E2BC
Text Example
Text Example
White with #83E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E2BC; }
p { color: rgb(131,226,188); }
H1.HeaderClassName
{
color: #83E2BC;
}
.AnyTagClassName
{
color: #83E2BC;
}
</style>
background-color css
<style>
a { background-color: #83E2BC; }
a { background-color: rgb(131,226,188); }
div.DivClassName
{
background-color: #83E2BC;
}
.BgClassName
{
background-color: #83E2BC;
}
</style>
border-color css
<style>
span { border-color: #83E2BC; }
span { border-color: rgb(131,226,188); }
td.TdClassName
{
border-color: #83E2BC;
}
.TagClassName
{
border-color: #83E2BC;
}
</style>