Shades of Bermuda #83DDB8
Tints of Bermuda #83DDB8
RGB
CMYK
RGB Variations
Color information
#83DDB8 (or 0x83DDB8) is known color: Bermuda. HEX triplet: 83, DD and B8. RGB value is (131,221,184). Sum of RGB (Red+Green+Blue) = 131+221+184=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDB8 is #7C2247. Grayscale: #BDBDBD. Windows color (decimal): -8135240 or 12115331. OLE color: 12115331.
HSL color Cylindrical-coordinate representation of color #83DDB8: hue angle of 155.33º degrees, saturation: 0.57, 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 #83DDB8 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 184 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.13 |
| HSL | 155.33º | 0.57% | 0.69% | - |
| HSV(B) | 155.33º | 0.41% | 0.87% | - |
| XYZ | 43.87 | 60 | 54.62 | - |
| YUV | 189.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 184 | 0.41 | 0 | 0.17 | 0.13 | 155.33 | 0.57 | 0.69 |
| Hex | 83 | DD | B8 | 29 | 0 | 11 | D | 9B | 39 | 45 |
| Octal | 203 | 335 | 270 | 51 | 0 | 21 | 15 | 233 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10111000 | 101001 | 0 | 10001 | 1101 | 10011011 | 111001 | 1000101 |
Color Harmonies of #83DDB8
Complementary color
Monochromatic Colors of #83DDB8
Black with #83DDB8
Text Example
Text Example
White with #83DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDB8; }
p { color: rgb(131,221,184); }
H1.HeaderClassName
{
color: #83DDB8;
}
.AnyTagClassName
{
color: #83DDB8;
}
</style>
background-color css
<style>
a { background-color: #83DDB8; }
a { background-color: rgb(131,221,184); }
div.DivClassName
{
background-color: #83DDB8;
}
.BgClassName
{
background-color: #83DDB8;
}
</style>
border-color css
<style>
span { border-color: #83DDB8; }
span { border-color: rgb(131,221,184); }
td.TdClassName
{
border-color: #83DDB8;
}
.TagClassName
{
border-color: #83DDB8;
}
</style>