Shades of Bermuda #83CBBD
Tints of Bermuda #83CBBD
RGB
CMYK
RGB Variations
Color information
#83CBBD (or 0x83CBBD) is known color: Bermuda. HEX triplet: 83, CB and BD. RGB value is (131,203,189). Sum of RGB (Red+Green+Blue) = 131+203+189=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #83CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBBD is #7C3442. Grayscale: #B3B3B3. Windows color (decimal): -8139843 or 12438403. OLE color: 12438403.
HSL color Cylindrical-coordinate representation of color #83CBBD: hue angle of 168.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CBBD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 189 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.20 |
| HSL | 168.33º | 0.41% | 0.65% | - |
| HSV(B) | 168.33º | 0.35% | 0.8% | - |
| XYZ | 39.9 | 51.21 | 55.93 | - |
| YUV | 179.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 189 | 0.35 | 0 | 0.07 | 0.20 | 168.33 | 0.41 | 0.65 |
| Hex | 83 | CB | BD | 23 | 0 | 7 | 14 | A8 | 29 | 41 |
| Octal | 203 | 313 | 275 | 43 | 0 | 7 | 24 | 250 | 51 | 101 |
| Binary | 10000011 | 11001011 | 10111101 | 100011 | 0 | 111 | 10100 | 10101000 | 101001 | 1000001 |
Color Harmonies of #83CBBD
Complementary color
Monochromatic Colors of #83CBBD
Black with #83CBBD
Text Example
Text Example
White with #83CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBBD; }
p { color: rgb(131,203,189); }
H1.HeaderClassName
{
color: #83CBBD;
}
.AnyTagClassName
{
color: #83CBBD;
}
</style>
background-color css
<style>
a { background-color: #83CBBD; }
a { background-color: rgb(131,203,189); }
div.DivClassName
{
background-color: #83CBBD;
}
.BgClassName
{
background-color: #83CBBD;
}
</style>
border-color css
<style>
span { border-color: #83CBBD; }
span { border-color: rgb(131,203,189); }
td.TdClassName
{
border-color: #83CBBD;
}
.TagClassName
{
border-color: #83CBBD;
}
</style>