Shades of Bermuda #83DFBD
Tints of Bermuda #83DFBD
RGB
CMYK
RGB Variations
Color information
#83DFBD (or 0x83DFBD) is known color: Bermuda. HEX triplet: 83, DF and BD. RGB value is (131,223,189). Sum of RGB (Red+Green+Blue) = 131+223+189=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFBD is #7C2042. Grayscale: #BFBFBF. Windows color (decimal): -8134723 or 12443523. OLE color: 12443523.
HSL color Cylindrical-coordinate representation of color #83DFBD: hue angle of 157.83º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFBD is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 189 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.13 |
| HSL | 157.83º | 0.59% | 0.69% | - |
| HSV(B) | 157.83º | 0.41% | 0.87% | - |
| XYZ | 44.93 | 61.27 | 57.6 | - |
| YUV | 191.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 189 | 0.41 | 0 | 0.15 | 0.13 | 157.83 | 0.59 | 0.69 |
| Hex | 83 | DF | BD | 29 | 0 | F | D | 9E | 3B | 45 |
| Octal | 203 | 337 | 275 | 51 | 0 | 17 | 15 | 236 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10111101 | 101001 | 0 | 1111 | 1101 | 10011110 | 111011 | 1000101 |
Color Harmonies of #83DFBD
Complementary color
Monochromatic Colors of #83DFBD
Black with #83DFBD
Text Example
Text Example
White with #83DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFBD; }
p { color: rgb(131,223,189); }
H1.HeaderClassName
{
color: #83DFBD;
}
.AnyTagClassName
{
color: #83DFBD;
}
</style>
background-color css
<style>
a { background-color: #83DFBD; }
a { background-color: rgb(131,223,189); }
div.DivClassName
{
background-color: #83DFBD;
}
.BgClassName
{
background-color: #83DFBD;
}
</style>
border-color css
<style>
span { border-color: #83DFBD; }
span { border-color: rgb(131,223,189); }
td.TdClassName
{
border-color: #83DFBD;
}
.TagClassName
{
border-color: #83DFBD;
}
</style>