Shades of Bermuda #84C4BF
Tints of Bermuda #84C4BF
RGB
CMYK
RGB Variations
Color information
#84C4BF (or 0x84C4BF) is known color: Bermuda. HEX triplet: 84, C4 and BF. RGB value is (132,196,191). Sum of RGB (Red+Green+Blue) = 132+196+191=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #84C4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C4BF is #7B3B40. Grayscale: #B0B0B0. Windows color (decimal): -8076097 or 12567684. OLE color: 12567684.
HSL color Cylindrical-coordinate representation of color #84C4BF: hue angle of 175.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C4BF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 191 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.23 |
| HSL | 175.31º | 0.35% | 0.64% | - |
| HSV(B) | 175.31º | 0.33% | 0.77% | - |
| XYZ | 38.66 | 48.15 | 56.55 | - |
| YUV | 176.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 191 | 0.33 | 0 | 0.03 | 0.23 | 175.31 | 0.35 | 0.64 |
| Hex | 84 | C4 | BF | 21 | 0 | 3 | 17 | AF | 23 | 40 |
| Octal | 204 | 304 | 277 | 41 | 0 | 3 | 27 | 257 | 43 | 100 |
| Binary | 10000100 | 11000100 | 10111111 | 100001 | 0 | 11 | 10111 | 10101111 | 100011 | 1000000 |
Color Harmonies of #84C4BF
Complementary color
Monochromatic Colors of #84C4BF
Black with #84C4BF
Text Example
Text Example
White with #84C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C4BF; }
p { color: rgb(132,196,191); }
H1.HeaderClassName
{
color: #84C4BF;
}
.AnyTagClassName
{
color: #84C4BF;
}
</style>
background-color css
<style>
a { background-color: #84C4BF; }
a { background-color: rgb(132,196,191); }
div.DivClassName
{
background-color: #84C4BF;
}
.BgClassName
{
background-color: #84C4BF;
}
</style>
border-color css
<style>
span { border-color: #84C4BF; }
span { border-color: rgb(132,196,191); }
td.TdClassName
{
border-color: #84C4BF;
}
.TagClassName
{
border-color: #84C4BF;
}
</style>