Shades of Bermuda #84CFBC
Tints of Bermuda #84CFBC
RGB
CMYK
RGB Variations
Color information
#84CFBC (or 0x84CFBC) is known color: Bermuda. HEX triplet: 84, CF and BC. RGB value is (132,207,188). Sum of RGB (Red+Green+Blue) = 132+207+188=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFBC is #7B3043. Grayscale: #B6B6B6. Windows color (decimal): -8073284 or 12373892. OLE color: 12373892.
HSL color Cylindrical-coordinate representation of color #84CFBC: hue angle of 164.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CFBC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 188 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.19 |
| HSL | 164.8º | 0.44% | 0.66% | - |
| HSV(B) | 164.8º | 0.36% | 0.81% | - |
| XYZ | 40.91 | 53.16 | 55.68 | - |
| YUV | 182.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 188 | 0.36 | 0 | 0.09 | 0.19 | 164.8 | 0.44 | 0.66 |
| Hex | 84 | CF | BC | 24 | 0 | 9 | 13 | A5 | 2C | 42 |
| Octal | 204 | 317 | 274 | 44 | 0 | 11 | 23 | 245 | 54 | 102 |
| Binary | 10000100 | 11001111 | 10111100 | 100100 | 0 | 1001 | 10011 | 10100101 | 101100 | 1000010 |
Color Harmonies of #84CFBC
Complementary color
Monochromatic Colors of #84CFBC
Black with #84CFBC
Text Example
Text Example
White with #84CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFBC; }
p { color: rgb(132,207,188); }
H1.HeaderClassName
{
color: #84CFBC;
}
.AnyTagClassName
{
color: #84CFBC;
}
</style>
background-color css
<style>
a { background-color: #84CFBC; }
a { background-color: rgb(132,207,188); }
div.DivClassName
{
background-color: #84CFBC;
}
.BgClassName
{
background-color: #84CFBC;
}
</style>
border-color css
<style>
span { border-color: #84CFBC; }
span { border-color: rgb(132,207,188); }
td.TdClassName
{
border-color: #84CFBC;
}
.TagClassName
{
border-color: #84CFBC;
}
</style>