Shades of Bermuda #84D0BC
Tints of Bermuda #84D0BC
RGB
CMYK
RGB Variations
Color information
#84D0BC (or 0x84D0BC) is known color: Bermuda. HEX triplet: 84, D0 and BC. RGB value is (132,208,188). Sum of RGB (Red+Green+Blue) = 132+208+188=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0BC is #7B2F43. Grayscale: #B7B7B7. Windows color (decimal): -8073028 or 12374148. OLE color: 12374148.
HSL color Cylindrical-coordinate representation of color #84D0BC: hue angle of 164.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0BC is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 188 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.18 |
| HSL | 164.21º | 0.45% | 0.67% | - |
| HSV(B) | 164.21º | 0.37% | 0.82% | - |
| XYZ | 41.15 | 53.65 | 55.76 | - |
| YUV | 183 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 188 | 0.37 | 0 | 0.10 | 0.18 | 164.21 | 0.45 | 0.67 |
| Hex | 84 | D0 | BC | 25 | 0 | A | 12 | A4 | 2D | 43 |
| Octal | 204 | 320 | 274 | 45 | 0 | 12 | 22 | 244 | 55 | 103 |
| Binary | 10000100 | 11010000 | 10111100 | 100101 | 0 | 1010 | 10010 | 10100100 | 101101 | 1000011 |
Color Harmonies of #84D0BC
Complementary color
Monochromatic Colors of #84D0BC
Black with #84D0BC
Text Example
Text Example
White with #84D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0BC; }
p { color: rgb(132,208,188); }
H1.HeaderClassName
{
color: #84D0BC;
}
.AnyTagClassName
{
color: #84D0BC;
}
</style>
background-color css
<style>
a { background-color: #84D0BC; }
a { background-color: rgb(132,208,188); }
div.DivClassName
{
background-color: #84D0BC;
}
.BgClassName
{
background-color: #84D0BC;
}
</style>
border-color css
<style>
span { border-color: #84D0BC; }
span { border-color: rgb(132,208,188); }
td.TdClassName
{
border-color: #84D0BC;
}
.TagClassName
{
border-color: #84D0BC;
}
</style>