Shades of Bermuda #84DBBD
Tints of Bermuda #84DBBD
RGB
CMYK
RGB Variations
Color information
#84DBBD (or 0x84DBBD) is known color: Bermuda. HEX triplet: 84, DB and BD. RGB value is (132,219,189). Sum of RGB (Red+Green+Blue) = 132+219+189=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBBD is #7B2442. Grayscale: #BDBDBD. Windows color (decimal): -8070211 or 12442500. OLE color: 12442500.
HSL color Cylindrical-coordinate representation of color #84DBBD: hue angle of 159.31º 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 #84DBBD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 189 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.14 |
| HSL | 159.31º | 0.55% | 0.69% | - |
| HSV(B) | 159.31º | 0.4% | 0.86% | - |
| XYZ | 44.03 | 59.24 | 57.26 | - |
| YUV | 189.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 189 | 0.40 | 0 | 0.14 | 0.14 | 159.31 | 0.55 | 0.69 |
| Hex | 84 | DB | BD | 28 | 0 | E | E | 9F | 37 | 45 |
| Octal | 204 | 333 | 275 | 50 | 0 | 16 | 16 | 237 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10111101 | 101000 | 0 | 1110 | 1110 | 10011111 | 110111 | 1000101 |
Color Harmonies of #84DBBD
Complementary color
Monochromatic Colors of #84DBBD
Black with #84DBBD
Text Example
Text Example
White with #84DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBBD; }
p { color: rgb(132,219,189); }
H1.HeaderClassName
{
color: #84DBBD;
}
.AnyTagClassName
{
color: #84DBBD;
}
</style>
background-color css
<style>
a { background-color: #84DBBD; }
a { background-color: rgb(132,219,189); }
div.DivClassName
{
background-color: #84DBBD;
}
.BgClassName
{
background-color: #84DBBD;
}
</style>
border-color css
<style>
span { border-color: #84DBBD; }
span { border-color: rgb(132,219,189); }
td.TdClassName
{
border-color: #84DBBD;
}
.TagClassName
{
border-color: #84DBBD;
}
</style>