Shades of Bermuda #84CCB9
Tints of Bermuda #84CCB9
RGB
CMYK
RGB Variations
Color information
#84CCB9 (or 0x84CCB9) is known color: Bermuda. HEX triplet: 84, CC and B9. RGB value is (132,204,185). Sum of RGB (Red+Green+Blue) = 132+204+185=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCB9 is #7B3346. Grayscale: #B4B4B4. Windows color (decimal): -8074055 or 12176516. OLE color: 12176516.
HSL color Cylindrical-coordinate representation of color #84CCB9: hue angle of 164.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 #84CCB9 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 185 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.2 |
| HSL | 164.17º | 0.41% | 0.66% | - |
| HSV(B) | 164.17º | 0.35% | 0.8% | - |
| XYZ | 39.87 | 51.59 | 53.76 | - |
| YUV | 180.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 185 | 0.35 | 0 | 0.09 | 0.2 | 164.17 | 0.41 | 0.66 |
| Hex | 84 | CC | B9 | 23 | 0 | 9 | 14 | A4 | 29 | 42 |
| Octal | 204 | 314 | 271 | 43 | 0 | 11 | 24 | 244 | 51 | 102 |
| Binary | 10000100 | 11001100 | 10111001 | 100011 | 0 | 1001 | 10100 | 10100100 | 101001 | 1000010 |
Color Harmonies of #84CCB9
Complementary color
Monochromatic Colors of #84CCB9
Black with #84CCB9
Text Example
Text Example
White with #84CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCB9; }
p { color: rgb(132,204,185); }
H1.HeaderClassName
{
color: #84CCB9;
}
.AnyTagClassName
{
color: #84CCB9;
}
</style>
background-color css
<style>
a { background-color: #84CCB9; }
a { background-color: rgb(132,204,185); }
div.DivClassName
{
background-color: #84CCB9;
}
.BgClassName
{
background-color: #84CCB9;
}
</style>
border-color css
<style>
span { border-color: #84CCB9; }
span { border-color: rgb(132,204,185); }
td.TdClassName
{
border-color: #84CCB9;
}
.TagClassName
{
border-color: #84CCB9;
}
</style>