Shades of Bermuda #83DFB8
Tints of Bermuda #83DFB8
RGB
CMYK
RGB Variations
Color information
#83DFB8 (or 0x83DFB8) is known color: Bermuda. HEX triplet: 83, DF and B8. RGB value is (131,223,184). Sum of RGB (Red+Green+Blue) = 131+223+184=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFB8 is #7C2047. Grayscale: #BFBFBF. Windows color (decimal): -8134728 or 12115843. OLE color: 12115843.
HSL color Cylindrical-coordinate representation of color #83DFB8: hue angle of 154.57º 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 #83DFB8 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 184 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.13 |
| HSL | 154.57º | 0.59% | 0.69% | - |
| HSV(B) | 154.57º | 0.41% | 0.87% | - |
| XYZ | 44.4 | 61.06 | 54.79 | - |
| YUV | 191.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 184 | 0.41 | 0 | 0.17 | 0.13 | 154.57 | 0.59 | 0.69 |
| Hex | 83 | DF | B8 | 29 | 0 | 11 | D | 9B | 3B | 45 |
| Octal | 203 | 337 | 270 | 51 | 0 | 21 | 15 | 233 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10111000 | 101001 | 0 | 10001 | 1101 | 10011011 | 111011 | 1000101 |
Color Harmonies of #83DFB8
Complementary color
Monochromatic Colors of #83DFB8
Black with #83DFB8
Text Example
Text Example
White with #83DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFB8; }
p { color: rgb(131,223,184); }
H1.HeaderClassName
{
color: #83DFB8;
}
.AnyTagClassName
{
color: #83DFB8;
}
</style>
background-color css
<style>
a { background-color: #83DFB8; }
a { background-color: rgb(131,223,184); }
div.DivClassName
{
background-color: #83DFB8;
}
.BgClassName
{
background-color: #83DFB8;
}
</style>
border-color css
<style>
span { border-color: #83DFB8; }
span { border-color: rgb(131,223,184); }
td.TdClassName
{
border-color: #83DFB8;
}
.TagClassName
{
border-color: #83DFB8;
}
</style>