Shades of Bermuda #83D0C1
Tints of Bermuda #83D0C1
RGB
CMYK
RGB Variations
Color information
#83D0C1 (or 0x83D0C1) is known color: Bermuda. HEX triplet: 83, D0 and C1. RGB value is (131,208,193). Sum of RGB (Red+Green+Blue) = 131+208+193=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #83D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D0C1 is #7C2F3E. Grayscale: #B7B7B7. Windows color (decimal): -8138559 or 12701827. OLE color: 12701827.
HSL color Cylindrical-coordinate representation of color #83D0C1: hue angle of 168.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D0C1 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 193 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.18 |
| HSL | 168.31º | 0.45% | 0.66% | - |
| HSV(B) | 168.31º | 0.37% | 0.82% | - |
| XYZ | 41.54 | 53.79 | 58.64 | - |
| YUV | 183.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 193 | 0.37 | 0 | 0.07 | 0.18 | 168.31 | 0.45 | 0.66 |
| Hex | 83 | D0 | C1 | 25 | 0 | 7 | 12 | A8 | 2D | 42 |
| Octal | 203 | 320 | 301 | 45 | 0 | 7 | 22 | 250 | 55 | 102 |
| Binary | 10000011 | 11010000 | 11000001 | 100101 | 0 | 111 | 10010 | 10101000 | 101101 | 1000010 |
Color Harmonies of #83D0C1
Complementary color
Monochromatic Colors of #83D0C1
Black with #83D0C1
Text Example
Text Example
White with #83D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0C1; }
p { color: rgb(131,208,193); }
H1.HeaderClassName
{
color: #83D0C1;
}
.AnyTagClassName
{
color: #83D0C1;
}
</style>
background-color css
<style>
a { background-color: #83D0C1; }
a { background-color: rgb(131,208,193); }
div.DivClassName
{
background-color: #83D0C1;
}
.BgClassName
{
background-color: #83D0C1;
}
</style>
border-color css
<style>
span { border-color: #83D0C1; }
span { border-color: rgb(131,208,193); }
td.TdClassName
{
border-color: #83D0C1;
}
.TagClassName
{
border-color: #83D0C1;
}
</style>