Shades of Bermuda #84DBBA
Tints of Bermuda #84DBBA
RGB
CMYK
RGB Variations
Color information
#84DBBA (or 0x84DBBA) is known color: Bermuda. HEX triplet: 84, DB and BA. RGB value is (132,219,186). Sum of RGB (Red+Green+Blue) = 132+219+186=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBBA is #7B2445. Grayscale: #BDBDBD. Windows color (decimal): -8070214 or 12245892. OLE color: 12245892.
HSL color Cylindrical-coordinate representation of color #84DBBA: hue angle of 157.24º 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 #84DBBA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 186 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.14 |
| HSL | 157.24º | 0.55% | 0.69% | - |
| HSV(B) | 157.24º | 0.4% | 0.86% | - |
| XYZ | 43.71 | 59.11 | 55.56 | - |
| YUV | 189.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 186 | 0.40 | 0 | 0.15 | 0.14 | 157.24 | 0.55 | 0.69 |
| Hex | 84 | DB | BA | 28 | 0 | F | E | 9D | 37 | 45 |
| Octal | 204 | 333 | 272 | 50 | 0 | 17 | 16 | 235 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10111010 | 101000 | 0 | 1111 | 1110 | 10011101 | 110111 | 1000101 |
Color Harmonies of #84DBBA
Complementary color
Monochromatic Colors of #84DBBA
Black with #84DBBA
Text Example
Text Example
White with #84DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBBA; }
p { color: rgb(132,219,186); }
H1.HeaderClassName
{
color: #84DBBA;
}
.AnyTagClassName
{
color: #84DBBA;
}
</style>
background-color css
<style>
a { background-color: #84DBBA; }
a { background-color: rgb(132,219,186); }
div.DivClassName
{
background-color: #84DBBA;
}
.BgClassName
{
background-color: #84DBBA;
}
</style>
border-color css
<style>
span { border-color: #84DBBA; }
span { border-color: rgb(132,219,186); }
td.TdClassName
{
border-color: #84DBBA;
}
.TagClassName
{
border-color: #84DBBA;
}
</style>