Shades of Bermuda #84CBBA
Tints of Bermuda #84CBBA
RGB
CMYK
RGB Variations
Color information
#84CBBA (or 0x84CBBA) is known color: Bermuda. HEX triplet: 84, CB and BA. RGB value is (132,203,186). Sum of RGB (Red+Green+Blue) = 132+203+186=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBBA is #7B3445. Grayscale: #B3B3B3. Windows color (decimal): -8074310 or 12241796. OLE color: 12241796.
HSL color Cylindrical-coordinate representation of color #84CBBA: hue angle of 165.63º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CBBA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 186 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.20 |
| HSL | 165.63º | 0.41% | 0.66% | - |
| HSV(B) | 165.63º | 0.35% | 0.8% | - |
| XYZ | 39.73 | 51.16 | 54.24 | - |
| YUV | 179.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 186 | 0.35 | 0 | 0.08 | 0.20 | 165.63 | 0.41 | 0.66 |
| Hex | 84 | CB | BA | 23 | 0 | 8 | 14 | A6 | 29 | 42 |
| Octal | 204 | 313 | 272 | 43 | 0 | 10 | 24 | 246 | 51 | 102 |
| Binary | 10000100 | 11001011 | 10111010 | 100011 | 0 | 1000 | 10100 | 10100110 | 101001 | 1000010 |
Color Harmonies of #84CBBA
Complementary color
Monochromatic Colors of #84CBBA
Black with #84CBBA
Text Example
Text Example
White with #84CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBBA; }
p { color: rgb(132,203,186); }
H1.HeaderClassName
{
color: #84CBBA;
}
.AnyTagClassName
{
color: #84CBBA;
}
</style>
background-color css
<style>
a { background-color: #84CBBA; }
a { background-color: rgb(132,203,186); }
div.DivClassName
{
background-color: #84CBBA;
}
.BgClassName
{
background-color: #84CBBA;
}
</style>
border-color css
<style>
span { border-color: #84CBBA; }
span { border-color: rgb(132,203,186); }
td.TdClassName
{
border-color: #84CBBA;
}
.TagClassName
{
border-color: #84CBBA;
}
</style>