Shades of Bermuda #83C4BF
Tints of Bermuda #83C4BF
RGB
CMYK
RGB Variations
Color information
#83C4BF (or 0x83C4BF) is known color: Bermuda. HEX triplet: 83, C4 and BF. RGB value is (131,196,191). Sum of RGB (Red+Green+Blue) = 131+196+191=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #83C4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C4BF is #7C3B40. Grayscale: #AFAFAF. Windows color (decimal): -8141633 or 12567683. OLE color: 12567683.
HSL color Cylindrical-coordinate representation of color #83C4BF: hue angle of 175.38º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C4BF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 196 | 191 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.23 |
| HSL | 175.38º | 0.36% | 0.64% | - |
| HSV(B) | 175.38º | 0.33% | 0.77% | - |
| XYZ | 38.5 | 48.07 | 56.54 | - |
| YUV | 176 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 191 | 0.33 | 0 | 0.03 | 0.23 | 175.38 | 0.36 | 0.64 |
| Hex | 83 | C4 | BF | 21 | 0 | 3 | 17 | AF | 24 | 40 |
| Octal | 203 | 304 | 277 | 41 | 0 | 3 | 27 | 257 | 44 | 100 |
| Binary | 10000011 | 11000100 | 10111111 | 100001 | 0 | 11 | 10111 | 10101111 | 100100 | 1000000 |
Color Harmonies of #83C4BF
Complementary color
Monochromatic Colors of #83C4BF
Black with #83C4BF
Text Example
Text Example
White with #83C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C4BF; }
p { color: rgb(131,196,191); }
H1.HeaderClassName
{
color: #83C4BF;
}
.AnyTagClassName
{
color: #83C4BF;
}
</style>
background-color css
<style>
a { background-color: #83C4BF; }
a { background-color: rgb(131,196,191); }
div.DivClassName
{
background-color: #83C4BF;
}
.BgClassName
{
background-color: #83C4BF;
}
</style>
border-color css
<style>
span { border-color: #83C4BF; }
span { border-color: rgb(131,196,191); }
td.TdClassName
{
border-color: #83C4BF;
}
.TagClassName
{
border-color: #83C4BF;
}
</style>