Shades of Bermuda #83CCBA
Tints of Bermuda #83CCBA
RGB
CMYK
RGB Variations
Color information
#83CCBA (or 0x83CCBA) is known color: Bermuda. HEX triplet: 83, CC and BA. RGB value is (131,204,186). Sum of RGB (Red+Green+Blue) = 131+204+186=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCBA is #7C3345. Grayscale: #B4B4B4. Windows color (decimal): -8139590 or 12242051. OLE color: 12242051.
HSL color Cylindrical-coordinate representation of color #83CCBA: hue angle of 165.21º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCBA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 204 | 186 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.2 |
| HSL | 165.21º | 0.42% | 0.66% | - |
| HSV(B) | 165.21º | 0.36% | 0.8% | - |
| XYZ | 39.82 | 51.56 | 54.31 | - |
| YUV | 180.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 186 | 0.36 | 0 | 0.09 | 0.2 | 165.21 | 0.42 | 0.66 |
| Hex | 83 | CC | BA | 24 | 0 | 9 | 14 | A5 | 2A | 42 |
| Octal | 203 | 314 | 272 | 44 | 0 | 11 | 24 | 245 | 52 | 102 |
| Binary | 10000011 | 11001100 | 10111010 | 100100 | 0 | 1001 | 10100 | 10100101 | 101010 | 1000010 |
Color Harmonies of #83CCBA
Complementary color
Monochromatic Colors of #83CCBA
Black with #83CCBA
Text Example
Text Example
White with #83CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCBA; }
p { color: rgb(131,204,186); }
H1.HeaderClassName
{
color: #83CCBA;
}
.AnyTagClassName
{
color: #83CCBA;
}
</style>
background-color css
<style>
a { background-color: #83CCBA; }
a { background-color: rgb(131,204,186); }
div.DivClassName
{
background-color: #83CCBA;
}
.BgClassName
{
background-color: #83CCBA;
}
</style>
border-color css
<style>
span { border-color: #83CCBA; }
span { border-color: rgb(131,204,186); }
td.TdClassName
{
border-color: #83CCBA;
}
.TagClassName
{
border-color: #83CCBA;
}
</style>