Shades of Bermuda #83DABF
Tints of Bermuda #83DABF
RGB
CMYK
RGB Variations
Color information
#83DABF (or 0x83DABF) is known color: Bermuda. HEX triplet: 83, DA and BF. RGB value is (131,218,191). Sum of RGB (Red+Green+Blue) = 131+218+191=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #83DABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DABF is #7C2540. Grayscale: #BCBCBC. Windows color (decimal): -8136001 or 12573315. OLE color: 12573315.
HSL color Cylindrical-coordinate representation of color #83DABF: hue angle of 161.38º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DABF is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 191 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.15 |
| HSL | 161.38º | 0.54% | 0.68% | - |
| HSV(B) | 161.38º | 0.4% | 0.85% | - |
| XYZ | 43.84 | 58.73 | 58.32 | - |
| YUV | 188.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 191 | 0.40 | 0 | 0.12 | 0.15 | 161.38 | 0.54 | 0.68 |
| Hex | 83 | DA | BF | 28 | 0 | C | F | A1 | 36 | 44 |
| Octal | 203 | 332 | 277 | 50 | 0 | 14 | 17 | 241 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10111111 | 101000 | 0 | 1100 | 1111 | 10100001 | 110110 | 1000100 |
Color Harmonies of #83DABF
Complementary color
Monochromatic Colors of #83DABF
Black with #83DABF
Text Example
Text Example
White with #83DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DABF; }
p { color: rgb(131,218,191); }
H1.HeaderClassName
{
color: #83DABF;
}
.AnyTagClassName
{
color: #83DABF;
}
</style>
background-color css
<style>
a { background-color: #83DABF; }
a { background-color: rgb(131,218,191); }
div.DivClassName
{
background-color: #83DABF;
}
.BgClassName
{
background-color: #83DABF;
}
</style>
border-color css
<style>
span { border-color: #83DABF; }
span { border-color: rgb(131,218,191); }
td.TdClassName
{
border-color: #83DABF;
}
.TagClassName
{
border-color: #83DABF;
}
</style>