Shades of Bermuda #84D2BD
Tints of Bermuda #84D2BD
RGB
CMYK
RGB Variations
Color information
#84D2BD (or 0x84D2BD) is known color: Bermuda. HEX triplet: 84, D2 and BD. RGB value is (132,210,189). Sum of RGB (Red+Green+Blue) = 132+210+189=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2BD is #7B2D42. Grayscale: #B8B8B8. Windows color (decimal): -8072515 or 12440196. OLE color: 12440196.
HSL color Cylindrical-coordinate representation of color #84D2BD: hue angle of 163.85º degrees, saturation: 0.46, 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 #84D2BD is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 189 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.18 |
| HSL | 163.85º | 0.46% | 0.67% | - |
| HSV(B) | 163.85º | 0.37% | 0.82% | - |
| XYZ | 41.75 | 54.67 | 56.5 | - |
| YUV | 184.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 189 | 0.37 | 0 | 0.10 | 0.18 | 163.85 | 0.46 | 0.67 |
| Hex | 84 | D2 | BD | 25 | 0 | A | 12 | A4 | 2E | 43 |
| Octal | 204 | 322 | 275 | 45 | 0 | 12 | 22 | 244 | 56 | 103 |
| Binary | 10000100 | 11010010 | 10111101 | 100101 | 0 | 1010 | 10010 | 10100100 | 101110 | 1000011 |
Color Harmonies of #84D2BD
Complementary color
Monochromatic Colors of #84D2BD
Black with #84D2BD
Text Example
Text Example
White with #84D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D2BD; }
p { color: rgb(132,210,189); }
H1.HeaderClassName
{
color: #84D2BD;
}
.AnyTagClassName
{
color: #84D2BD;
}
</style>
background-color css
<style>
a { background-color: #84D2BD; }
a { background-color: rgb(132,210,189); }
div.DivClassName
{
background-color: #84D2BD;
}
.BgClassName
{
background-color: #84D2BD;
}
</style>
border-color css
<style>
span { border-color: #84D2BD; }
span { border-color: rgb(132,210,189); }
td.TdClassName
{
border-color: #84D2BD;
}
.TagClassName
{
border-color: #84D2BD;
}
</style>