Shades of Bermuda #84D0B8
Tints of Bermuda #84D0B8
RGB
CMYK
RGB Variations
Color information
#84D0B8 (or 0x84D0B8) is known color: Bermuda. HEX triplet: 84, D0 and B8. RGB value is (132,208,184). Sum of RGB (Red+Green+Blue) = 132+208+184=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0B8 is #7B2F47. Grayscale: #B6B6B6. Windows color (decimal): -8073032 or 12112004. OLE color: 12112004.
HSL color Cylindrical-coordinate representation of color #84D0B8: hue angle of 161.05º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0B8 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 184 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.18 |
| HSL | 161.05º | 0.45% | 0.67% | - |
| HSV(B) | 161.05º | 0.37% | 0.82% | - |
| XYZ | 40.72 | 53.48 | 53.52 | - |
| YUV | 182.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 184 | 0.37 | 0 | 0.12 | 0.18 | 161.05 | 0.45 | 0.67 |
| Hex | 84 | D0 | B8 | 25 | 0 | C | 12 | A1 | 2D | 43 |
| Octal | 204 | 320 | 270 | 45 | 0 | 14 | 22 | 241 | 55 | 103 |
| Binary | 10000100 | 11010000 | 10111000 | 100101 | 0 | 1100 | 10010 | 10100001 | 101101 | 1000011 |
Color Harmonies of #84D0B8
Complementary color
Monochromatic Colors of #84D0B8
Black with #84D0B8
Text Example
Text Example
White with #84D0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0B8; }
p { color: rgb(132,208,184); }
H1.HeaderClassName
{
color: #84D0B8;
}
.AnyTagClassName
{
color: #84D0B8;
}
</style>
background-color css
<style>
a { background-color: #84D0B8; }
a { background-color: rgb(132,208,184); }
div.DivClassName
{
background-color: #84D0B8;
}
.BgClassName
{
background-color: #84D0B8;
}
</style>
border-color css
<style>
span { border-color: #84D0B8; }
span { border-color: rgb(132,208,184); }
td.TdClassName
{
border-color: #84D0B8;
}
.TagClassName
{
border-color: #84D0B8;
}
</style>