Shades of Bermuda #84CBBD
Tints of Bermuda #84CBBD
RGB
CMYK
RGB Variations
Color information
#84CBBD (or 0x84CBBD) is known color: Bermuda. HEX triplet: 84, CB and BD. RGB value is (132,203,189). Sum of RGB (Red+Green+Blue) = 132+203+189=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBBD is #7B3442. Grayscale: #B4B4B4. Windows color (decimal): -8074307 or 12438404. OLE color: 12438404.
HSL color Cylindrical-coordinate representation of color #84CBBD: hue angle of 168.17º 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 #84CBBD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 189 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.20 |
| HSL | 168.17º | 0.41% | 0.66% | - |
| HSV(B) | 168.17º | 0.35% | 0.8% | - |
| XYZ | 40.06 | 51.29 | 55.93 | - |
| YUV | 180.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 189 | 0.35 | 0 | 0.07 | 0.20 | 168.17 | 0.41 | 0.66 |
| Hex | 84 | CB | BD | 23 | 0 | 7 | 14 | A8 | 29 | 42 |
| Octal | 204 | 313 | 275 | 43 | 0 | 7 | 24 | 250 | 51 | 102 |
| Binary | 10000100 | 11001011 | 10111101 | 100011 | 0 | 111 | 10100 | 10101000 | 101001 | 1000010 |
Color Harmonies of #84CBBD
Complementary color
Monochromatic Colors of #84CBBD
Black with #84CBBD
Text Example
Text Example
White with #84CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBBD; }
p { color: rgb(132,203,189); }
H1.HeaderClassName
{
color: #84CBBD;
}
.AnyTagClassName
{
color: #84CBBD;
}
</style>
background-color css
<style>
a { background-color: #84CBBD; }
a { background-color: rgb(132,203,189); }
div.DivClassName
{
background-color: #84CBBD;
}
.BgClassName
{
background-color: #84CBBD;
}
</style>
border-color css
<style>
span { border-color: #84CBBD; }
span { border-color: rgb(132,203,189); }
td.TdClassName
{
border-color: #84CBBD;
}
.TagClassName
{
border-color: #84CBBD;
}
</style>