Shades of Bermuda #84DDBD
Tints of Bermuda #84DDBD
RGB
CMYK
RGB Variations
Color information
#84DDBD (or 0x84DDBD) is known color: Bermuda. HEX triplet: 84, DD and BD. RGB value is (132,221,189). Sum of RGB (Red+Green+Blue) = 132+221+189=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDBD is #7B2242. Grayscale: #BEBEBE. Windows color (decimal): -8069699 or 12443012. OLE color: 12443012.
HSL color Cylindrical-coordinate representation of color #84DDBD: hue angle of 158.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDBD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 189 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.13 |
| HSL | 158.43º | 0.57% | 0.69% | - |
| HSV(B) | 158.43º | 0.4% | 0.87% | - |
| XYZ | 44.56 | 60.29 | 57.43 | - |
| YUV | 190.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 189 | 0.40 | 0 | 0.14 | 0.13 | 158.43 | 0.57 | 0.69 |
| Hex | 84 | DD | BD | 28 | 0 | E | D | 9E | 39 | 45 |
| Octal | 204 | 335 | 275 | 50 | 0 | 16 | 15 | 236 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10111101 | 101000 | 0 | 1110 | 1101 | 10011110 | 111001 | 1000101 |
Color Harmonies of #84DDBD
Complementary color
Monochromatic Colors of #84DDBD
Black with #84DDBD
Text Example
Text Example
White with #84DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDBD; }
p { color: rgb(132,221,189); }
H1.HeaderClassName
{
color: #84DDBD;
}
.AnyTagClassName
{
color: #84DDBD;
}
</style>
background-color css
<style>
a { background-color: #84DDBD; }
a { background-color: rgb(132,221,189); }
div.DivClassName
{
background-color: #84DDBD;
}
.BgClassName
{
background-color: #84DDBD;
}
</style>
border-color css
<style>
span { border-color: #84DDBD; }
span { border-color: rgb(132,221,189); }
td.TdClassName
{
border-color: #84DDBD;
}
.TagClassName
{
border-color: #84DDBD;
}
</style>