Shades of Bermuda #83CFBB
Tints of Bermuda #83CFBB
RGB
CMYK
RGB Variations
Color information
#83CFBB (or 0x83CFBB) is known color: Bermuda. HEX triplet: 83, CF and BB. RGB value is (131,207,187). Sum of RGB (Red+Green+Blue) = 131+207+187=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFBB is #7C3044. Grayscale: #B6B6B6. Windows color (decimal): -8138821 or 12308355. OLE color: 12308355.
HSL color Cylindrical-coordinate representation of color #83CFBB: hue angle of 164.21º 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 #83CFBB is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 187 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.19 |
| HSL | 164.21º | 0.44% | 0.66% | - |
| HSV(B) | 164.21º | 0.37% | 0.81% | - |
| XYZ | 40.64 | 53.04 | 55.11 | - |
| YUV | 182 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 187 | 0.37 | 0 | 0.10 | 0.19 | 164.21 | 0.44 | 0.66 |
| Hex | 83 | CF | BB | 25 | 0 | A | 13 | A4 | 2C | 42 |
| Octal | 203 | 317 | 273 | 45 | 0 | 12 | 23 | 244 | 54 | 102 |
| Binary | 10000011 | 11001111 | 10111011 | 100101 | 0 | 1010 | 10011 | 10100100 | 101100 | 1000010 |
Color Harmonies of #83CFBB
Complementary color
Monochromatic Colors of #83CFBB
Black with #83CFBB
Text Example
Text Example
White with #83CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFBB; }
p { color: rgb(131,207,187); }
H1.HeaderClassName
{
color: #83CFBB;
}
.AnyTagClassName
{
color: #83CFBB;
}
</style>
background-color css
<style>
a { background-color: #83CFBB; }
a { background-color: rgb(131,207,187); }
div.DivClassName
{
background-color: #83CFBB;
}
.BgClassName
{
background-color: #83CFBB;
}
</style>
border-color css
<style>
span { border-color: #83CFBB; }
span { border-color: rgb(131,207,187); }
td.TdClassName
{
border-color: #83CFBB;
}
.TagClassName
{
border-color: #83CFBB;
}
</style>