Shades of Bermuda #84DBC0
Tints of Bermuda #84DBC0
RGB
CMYK
RGB Variations
Color information
#84DBC0 (or 0x84DBC0) is known color: Bermuda. HEX triplet: 84, DB and C0. RGB value is (132,219,192). Sum of RGB (Red+Green+Blue) = 132+219+192=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBC0 is #7B243F. Grayscale: #BDBDBD. Windows color (decimal): -8070208 or 12639108. OLE color: 12639108.
HSL color Cylindrical-coordinate representation of color #84DBC0: hue angle of 161.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBC0 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 192 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.14 |
| HSL | 161.38º | 0.55% | 0.69% | - |
| HSV(B) | 161.38º | 0.4% | 0.86% | - |
| XYZ | 44.36 | 59.37 | 58.99 | - |
| YUV | 189.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 192 | 0.40 | 0 | 0.12 | 0.14 | 161.38 | 0.55 | 0.69 |
| Hex | 84 | DB | C0 | 28 | 0 | C | E | A1 | 37 | 45 |
| Octal | 204 | 333 | 300 | 50 | 0 | 14 | 16 | 241 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11000000 | 101000 | 0 | 1100 | 1110 | 10100001 | 110111 | 1000101 |
Color Harmonies of #84DBC0
Complementary color
Monochromatic Colors of #84DBC0
Black with #84DBC0
Text Example
Text Example
White with #84DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBC0; }
p { color: rgb(132,219,192); }
H1.HeaderClassName
{
color: #84DBC0;
}
.AnyTagClassName
{
color: #84DBC0;
}
</style>
background-color css
<style>
a { background-color: #84DBC0; }
a { background-color: rgb(132,219,192); }
div.DivClassName
{
background-color: #84DBC0;
}
.BgClassName
{
background-color: #84DBC0;
}
</style>
border-color css
<style>
span { border-color: #84DBC0; }
span { border-color: rgb(132,219,192); }
td.TdClassName
{
border-color: #84DBC0;
}
.TagClassName
{
border-color: #84DBC0;
}
</style>