Shades of Bermuda #84D0C3
Tints of Bermuda #84D0C3
RGB
CMYK
RGB Variations
Color information
#84D0C3 (or 0x84D0C3) is known color: Bermuda. HEX triplet: 84, D0 and C3. RGB value is (132,208,195). Sum of RGB (Red+Green+Blue) = 132+208+195=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0C3 is #7B2F3C. Grayscale: #B7B7B7. Windows color (decimal): -8073021 or 12832900. OLE color: 12832900.
HSL color Cylindrical-coordinate representation of color #84D0C3: hue angle of 169.74º 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 #84D0C3 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 195 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.18 |
| HSL | 169.74º | 0.45% | 0.67% | - |
| HSV(B) | 169.74º | 0.37% | 0.82% | - |
| XYZ | 41.92 | 53.96 | 59.84 | - |
| YUV | 183.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 195 | 0.37 | 0 | 0.06 | 0.18 | 169.74 | 0.45 | 0.67 |
| Hex | 84 | D0 | C3 | 25 | 0 | 6 | 12 | AA | 2D | 43 |
| Octal | 204 | 320 | 303 | 45 | 0 | 6 | 22 | 252 | 55 | 103 |
| Binary | 10000100 | 11010000 | 11000011 | 100101 | 0 | 110 | 10010 | 10101010 | 101101 | 1000011 |
Color Harmonies of #84D0C3
Complementary color
Monochromatic Colors of #84D0C3
Black with #84D0C3
Text Example
Text Example
White with #84D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0C3; }
p { color: rgb(132,208,195); }
H1.HeaderClassName
{
color: #84D0C3;
}
.AnyTagClassName
{
color: #84D0C3;
}
</style>
background-color css
<style>
a { background-color: #84D0C3; }
a { background-color: rgb(132,208,195); }
div.DivClassName
{
background-color: #84D0C3;
}
.BgClassName
{
background-color: #84D0C3;
}
</style>
border-color css
<style>
span { border-color: #84D0C3; }
span { border-color: rgb(132,208,195); }
td.TdClassName
{
border-color: #84D0C3;
}
.TagClassName
{
border-color: #84D0C3;
}
</style>