Shades of Bermuda #84C3C0
Tints of Bermuda #84C3C0
RGB
CMYK
RGB Variations
Color information
#84C3C0 (or 0x84C3C0) is known color: Bermuda. HEX triplet: 84, C3 and C0. RGB value is (132,195,192). Sum of RGB (Red+Green+Blue) = 132+195+192=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #84C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3C0 is #7B3C3F. Grayscale: #AFAFAF. Windows color (decimal): -8076352 or 12632964. OLE color: 12632964.
HSL color Cylindrical-coordinate representation of color #84C3C0: hue angle of 177.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C3C0 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 192 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.24 |
| HSL | 177.14º | 0.34% | 0.64% | - |
| HSV(B) | 177.14º | 0.32% | 0.76% | - |
| XYZ | 38.55 | 47.74 | 57.05 | - |
| YUV | 175.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 192 | 0.32 | 0 | 0.02 | 0.24 | 177.14 | 0.34 | 0.64 |
| Hex | 84 | C3 | C0 | 20 | 0 | 2 | 18 | B1 | 22 | 40 |
| Octal | 204 | 303 | 300 | 40 | 0 | 2 | 30 | 261 | 42 | 100 |
| Binary | 10000100 | 11000011 | 11000000 | 100000 | 0 | 10 | 11000 | 10110001 | 100010 | 1000000 |
Color Harmonies of #84C3C0
Complementary color
Monochromatic Colors of #84C3C0
Black with #84C3C0
Text Example
Text Example
White with #84C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C3C0; }
p { color: rgb(132,195,192); }
H1.HeaderClassName
{
color: #84C3C0;
}
.AnyTagClassName
{
color: #84C3C0;
}
</style>
background-color css
<style>
a { background-color: #84C3C0; }
a { background-color: rgb(132,195,192); }
div.DivClassName
{
background-color: #84C3C0;
}
.BgClassName
{
background-color: #84C3C0;
}
</style>
border-color css
<style>
span { border-color: #84C3C0; }
span { border-color: rgb(132,195,192); }
td.TdClassName
{
border-color: #84C3C0;
}
.TagClassName
{
border-color: #84C3C0;
}
</style>