Shades of Bermuda #84C8BE
Tints of Bermuda #84C8BE
RGB
CMYK
RGB Variations
Color information
#84C8BE (or 0x84C8BE) is known color: Bermuda. HEX triplet: 84, C8 and BE. RGB value is (132,200,190). Sum of RGB (Red+Green+Blue) = 132+200+190=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #84C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C8BE is #7B3741. Grayscale: #B2B2B2. Windows color (decimal): -8075074 or 12503172. OLE color: 12503172.
HSL color Cylindrical-coordinate representation of color #84C8BE: hue angle of 171.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C8BE is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 190 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.22 |
| HSL | 171.18º | 0.38% | 0.65% | - |
| HSV(B) | 171.18º | 0.34% | 0.78% | - |
| XYZ | 39.46 | 49.93 | 56.27 | - |
| YUV | 178.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 190 | 0.34 | 0 | 0.05 | 0.22 | 171.18 | 0.38 | 0.65 |
| Hex | 84 | C8 | BE | 22 | 0 | 5 | 16 | AB | 26 | 41 |
| Octal | 204 | 310 | 276 | 42 | 0 | 5 | 26 | 253 | 46 | 101 |
| Binary | 10000100 | 11001000 | 10111110 | 100010 | 0 | 101 | 10110 | 10101011 | 100110 | 1000001 |
Color Harmonies of #84C8BE
Complementary color
Monochromatic Colors of #84C8BE
Black with #84C8BE
Text Example
Text Example
White with #84C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C8BE; }
p { color: rgb(132,200,190); }
H1.HeaderClassName
{
color: #84C8BE;
}
.AnyTagClassName
{
color: #84C8BE;
}
</style>
background-color css
<style>
a { background-color: #84C8BE; }
a { background-color: rgb(132,200,190); }
div.DivClassName
{
background-color: #84C8BE;
}
.BgClassName
{
background-color: #84C8BE;
}
</style>
border-color css
<style>
span { border-color: #84C8BE; }
span { border-color: rgb(132,200,190); }
td.TdClassName
{
border-color: #84C8BE;
}
.TagClassName
{
border-color: #84C8BE;
}
</style>