Shades of Bermuda #84CFBD
Tints of Bermuda #84CFBD
RGB
CMYK
RGB Variations
Color information
#84CFBD (or 0x84CFBD) is known color: Bermuda. HEX triplet: 84, CF and BD. RGB value is (132,207,189). Sum of RGB (Red+Green+Blue) = 132+207+189=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFBD is #7B3042. Grayscale: #B6B6B6. Windows color (decimal): -8073283 or 12439428. OLE color: 12439428.
HSL color Cylindrical-coordinate representation of color #84CFBD: hue angle of 165.6º 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 #84CFBD is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 189 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.19 |
| HSL | 165.6º | 0.44% | 0.66% | - |
| HSV(B) | 165.6º | 0.36% | 0.81% | - |
| XYZ | 41.01 | 53.21 | 56.25 | - |
| YUV | 182.52 | 131.65 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 189 | 0.36 | 0 | 0.09 | 0.19 | 165.6 | 0.44 | 0.66 |
| Hex | 84 | CF | BD | 24 | 0 | 9 | 13 | A6 | 2C | 42 |
| Octal | 204 | 317 | 275 | 44 | 0 | 11 | 23 | 246 | 54 | 102 |
| Binary | 10000100 | 11001111 | 10111101 | 100100 | 0 | 1001 | 10011 | 10100110 | 101100 | 1000010 |
Color Harmonies of #84CFBD
Complementary color
Monochromatic Colors of #84CFBD
Black with #84CFBD
Text Example
Text Example
White with #84CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFBD; }
p { color: rgb(132,207,189); }
H1.HeaderClassName
{
color: #84CFBD;
}
.AnyTagClassName
{
color: #84CFBD;
}
</style>
background-color css
<style>
a { background-color: #84CFBD; }
a { background-color: rgb(132,207,189); }
div.DivClassName
{
background-color: #84CFBD;
}
.BgClassName
{
background-color: #84CFBD;
}
</style>
border-color css
<style>
span { border-color: #84CFBD; }
span { border-color: rgb(132,207,189); }
td.TdClassName
{
border-color: #84CFBD;
}
.TagClassName
{
border-color: #84CFBD;
}
</style>