Shades of Bermuda #84DDBC
Tints of Bermuda #84DDBC
RGB
CMYK
RGB Variations
Color information
#84DDBC (or 0x84DDBC) is known color: Bermuda. HEX triplet: 84, DD and BC. RGB value is (132,221,188). Sum of RGB (Red+Green+Blue) = 132+221+188=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDBC is #7B2243. Grayscale: #BEBEBE. Windows color (decimal): -8069700 or 12377476. OLE color: 12377476.
HSL color Cylindrical-coordinate representation of color #84DDBC: hue angle of 157.75º 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 #84DDBC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 188 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.13 |
| HSL | 157.75º | 0.57% | 0.69% | - |
| HSV(B) | 157.75º | 0.4% | 0.87% | - |
| XYZ | 44.45 | 60.25 | 56.86 | - |
| YUV | 190.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 188 | 0.40 | 0 | 0.15 | 0.13 | 157.75 | 0.57 | 0.69 |
| Hex | 84 | DD | BC | 28 | 0 | F | D | 9E | 39 | 45 |
| Octal | 204 | 335 | 274 | 50 | 0 | 17 | 15 | 236 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10111100 | 101000 | 0 | 1111 | 1101 | 10011110 | 111001 | 1000101 |
Color Harmonies of #84DDBC
Complementary color
Monochromatic Colors of #84DDBC
Black with #84DDBC
Text Example
Text Example
White with #84DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDBC; }
p { color: rgb(132,221,188); }
H1.HeaderClassName
{
color: #84DDBC;
}
.AnyTagClassName
{
color: #84DDBC;
}
</style>
background-color css
<style>
a { background-color: #84DDBC; }
a { background-color: rgb(132,221,188); }
div.DivClassName
{
background-color: #84DDBC;
}
.BgClassName
{
background-color: #84DDBC;
}
</style>
border-color css
<style>
span { border-color: #84DDBC; }
span { border-color: rgb(132,221,188); }
td.TdClassName
{
border-color: #84DDBC;
}
.TagClassName
{
border-color: #84DDBC;
}
</style>