Shades of Bermuda #84C4C1
Tints of Bermuda #84C4C1
RGB
CMYK
RGB Variations
Color information
#84C4C1 (or 0x84C4C1) is known color: Bermuda. HEX triplet: 84, C4 and C1. RGB value is (132,196,193). Sum of RGB (Red+Green+Blue) = 132+196+193=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #84C4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C4C1 is #7B3B3E. Grayscale: #B0B0B0. Windows color (decimal): -8076095 or 12698756. OLE color: 12698756.
HSL color Cylindrical-coordinate representation of color #84C4C1: hue angle of 177.19º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C4C1 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 193 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.23 |
| HSL | 177.19º | 0.35% | 0.64% | - |
| HSV(B) | 177.19º | 0.33% | 0.77% | - |
| XYZ | 38.88 | 48.24 | 57.71 | - |
| YUV | 176.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 193 | 0.33 | 0 | 0.02 | 0.23 | 177.19 | 0.35 | 0.64 |
| Hex | 84 | C4 | C1 | 21 | 0 | 2 | 17 | B1 | 23 | 40 |
| Octal | 204 | 304 | 301 | 41 | 0 | 2 | 27 | 261 | 43 | 100 |
| Binary | 10000100 | 11000100 | 11000001 | 100001 | 0 | 10 | 10111 | 10110001 | 100011 | 1000000 |
Color Harmonies of #84C4C1
Complementary color
Monochromatic Colors of #84C4C1
Black with #84C4C1
Text Example
Text Example
White with #84C4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C4C1; }
p { color: rgb(132,196,193); }
H1.HeaderClassName
{
color: #84C4C1;
}
.AnyTagClassName
{
color: #84C4C1;
}
</style>
background-color css
<style>
a { background-color: #84C4C1; }
a { background-color: rgb(132,196,193); }
div.DivClassName
{
background-color: #84C4C1;
}
.BgClassName
{
background-color: #84C4C1;
}
</style>
border-color css
<style>
span { border-color: #84C4C1; }
span { border-color: rgb(132,196,193); }
td.TdClassName
{
border-color: #84C4C1;
}
.TagClassName
{
border-color: #84C4C1;
}
</style>