Shades of Bermuda #84DFBA
Tints of Bermuda #84DFBA
RGB
CMYK
RGB Variations
Color information
#84DFBA (or 0x84DFBA) is known color: Bermuda. HEX triplet: 84, DF and BA. RGB value is (132,223,186). Sum of RGB (Red+Green+Blue) = 132+223+186=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFBA is #7B2045. Grayscale: #BFBFBF. Windows color (decimal): -8069190 or 12246916. OLE color: 12246916.
HSL color Cylindrical-coordinate representation of color #84DFBA: hue angle of 155.6º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFBA is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 186 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.13 |
| HSL | 155.6º | 0.59% | 0.7% | - |
| HSV(B) | 155.6º | 0.41% | 0.87% | - |
| XYZ | 44.77 | 61.23 | 55.91 | - |
| YUV | 191.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 186 | 0.41 | 0 | 0.17 | 0.13 | 155.6 | 0.59 | 0.7 |
| Hex | 84 | DF | BA | 29 | 0 | 11 | D | 9C | 3B | 46 |
| Octal | 204 | 337 | 272 | 51 | 0 | 21 | 15 | 234 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10111010 | 101001 | 0 | 10001 | 1101 | 10011100 | 111011 | 1000110 |
Color Harmonies of #84DFBA
Complementary color
Monochromatic Colors of #84DFBA
Black with #84DFBA
Text Example
Text Example
White with #84DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFBA; }
p { color: rgb(132,223,186); }
H1.HeaderClassName
{
color: #84DFBA;
}
.AnyTagClassName
{
color: #84DFBA;
}
</style>
background-color css
<style>
a { background-color: #84DFBA; }
a { background-color: rgb(132,223,186); }
div.DivClassName
{
background-color: #84DFBA;
}
.BgClassName
{
background-color: #84DFBA;
}
</style>
border-color css
<style>
span { border-color: #84DFBA; }
span { border-color: rgb(132,223,186); }
td.TdClassName
{
border-color: #84DFBA;
}
.TagClassName
{
border-color: #84DFBA;
}
</style>