Shades of Bermuda #83CFBD
Tints of Bermuda #83CFBD
RGB
CMYK
RGB Variations
Color information
#83CFBD (or 0x83CFBD) is known color: Bermuda. HEX triplet: 83, CF and BD. RGB value is (131,207,189). Sum of RGB (Red+Green+Blue) = 131+207+189=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFBD is #7C3042. Grayscale: #B6B6B6. Windows color (decimal): -8138819 or 12439427. OLE color: 12439427.
HSL color Cylindrical-coordinate representation of color #83CFBD: hue angle of 165.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CFBD is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 189 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.19 |
| HSL | 165.79º | 0.44% | 0.66% | - |
| HSV(B) | 165.79º | 0.37% | 0.81% | - |
| XYZ | 40.86 | 53.13 | 56.24 | - |
| YUV | 182.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 189 | 0.37 | 0 | 0.09 | 0.19 | 165.79 | 0.44 | 0.66 |
| Hex | 83 | CF | BD | 25 | 0 | 9 | 13 | A6 | 2C | 42 |
| Octal | 203 | 317 | 275 | 45 | 0 | 11 | 23 | 246 | 54 | 102 |
| Binary | 10000011 | 11001111 | 10111101 | 100101 | 0 | 1001 | 10011 | 10100110 | 101100 | 1000010 |
Color Harmonies of #83CFBD
Complementary color
Monochromatic Colors of #83CFBD
Black with #83CFBD
Text Example
Text Example
White with #83CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFBD; }
p { color: rgb(131,207,189); }
H1.HeaderClassName
{
color: #83CFBD;
}
.AnyTagClassName
{
color: #83CFBD;
}
</style>
background-color css
<style>
a { background-color: #83CFBD; }
a { background-color: rgb(131,207,189); }
div.DivClassName
{
background-color: #83CFBD;
}
.BgClassName
{
background-color: #83CFBD;
}
</style>
border-color css
<style>
span { border-color: #83CFBD; }
span { border-color: rgb(131,207,189); }
td.TdClassName
{
border-color: #83CFBD;
}
.TagClassName
{
border-color: #83CFBD;
}
</style>