Shades of Bermuda #84DBBC
Tints of Bermuda #84DBBC
RGB
CMYK
RGB Variations
Color information
#84DBBC (or 0x84DBBC) is known color: Bermuda. HEX triplet: 84, DB and BC. RGB value is (132,219,188). Sum of RGB (Red+Green+Blue) = 132+219+188=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBBC is #7B2443. Grayscale: #BDBDBD. Windows color (decimal): -8070212 or 12376964. OLE color: 12376964.
HSL color Cylindrical-coordinate representation of color #84DBBC: hue angle of 158.62º 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 #84DBBC is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 188 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.14 |
| HSL | 158.62º | 0.55% | 0.69% | - |
| HSV(B) | 158.62º | 0.4% | 0.86% | - |
| XYZ | 43.92 | 59.2 | 56.69 | - |
| YUV | 189.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 188 | 0.40 | 0 | 0.14 | 0.14 | 158.62 | 0.55 | 0.69 |
| Hex | 84 | DB | BC | 28 | 0 | E | E | 9F | 37 | 45 |
| Octal | 204 | 333 | 274 | 50 | 0 | 16 | 16 | 237 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10111100 | 101000 | 0 | 1110 | 1110 | 10011111 | 110111 | 1000101 |
Color Harmonies of #84DBBC
Complementary color
Monochromatic Colors of #84DBBC
Black with #84DBBC
Text Example
Text Example
White with #84DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBBC; }
p { color: rgb(132,219,188); }
H1.HeaderClassName
{
color: #84DBBC;
}
.AnyTagClassName
{
color: #84DBBC;
}
</style>
background-color css
<style>
a { background-color: #84DBBC; }
a { background-color: rgb(132,219,188); }
div.DivClassName
{
background-color: #84DBBC;
}
.BgClassName
{
background-color: #84DBBC;
}
</style>
border-color css
<style>
span { border-color: #84DBBC; }
span { border-color: rgb(132,219,188); }
td.TdClassName
{
border-color: #84DBBC;
}
.TagClassName
{
border-color: #84DBBC;
}
</style>