Shades of Bermuda #84CFBB
Tints of Bermuda #84CFBB
RGB
CMYK
RGB Variations
Color information
#84CFBB (or 0x84CFBB) is known color: Bermuda. HEX triplet: 84, CF and BB. RGB value is (132,207,187). Sum of RGB (Red+Green+Blue) = 132+207+187=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFBB is #7B3044. Grayscale: #B6B6B6. Windows color (decimal): -8073285 or 12308356. OLE color: 12308356.
HSL color Cylindrical-coordinate representation of color #84CFBB: hue angle of 164º 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 #84CFBB is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 187 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.19 |
| HSL | 164º | 0.44% | 0.66% | - |
| HSV(B) | 164º | 0.36% | 0.81% | - |
| XYZ | 40.8 | 53.12 | 55.12 | - |
| YUV | 182.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 187 | 0.36 | 0 | 0.10 | 0.19 | 164 | 0.44 | 0.66 |
| Hex | 84 | CF | BB | 24 | 0 | A | 13 | A4 | 2C | 42 |
| Octal | 204 | 317 | 273 | 44 | 0 | 12 | 23 | 244 | 54 | 102 |
| Binary | 10000100 | 11001111 | 10111011 | 100100 | 0 | 1010 | 10011 | 10100100 | 101100 | 1000010 |
Color Harmonies of #84CFBB
Complementary color
Monochromatic Colors of #84CFBB
Black with #84CFBB
Text Example
Text Example
White with #84CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFBB; }
p { color: rgb(132,207,187); }
H1.HeaderClassName
{
color: #84CFBB;
}
.AnyTagClassName
{
color: #84CFBB;
}
</style>
background-color css
<style>
a { background-color: #84CFBB; }
a { background-color: rgb(132,207,187); }
div.DivClassName
{
background-color: #84CFBB;
}
.BgClassName
{
background-color: #84CFBB;
}
</style>
border-color css
<style>
span { border-color: #84CFBB; }
span { border-color: rgb(132,207,187); }
td.TdClassName
{
border-color: #84CFBB;
}
.TagClassName
{
border-color: #84CFBB;
}
</style>