Shades of Bermuda #84CFC6
Tints of Bermuda #84CFC6
RGB
CMYK
RGB Variations
Color information
#84CFC6 (or 0x84CFC6) is known color: Bermuda. HEX triplet: 84, CF and C6. RGB value is (132,207,198). Sum of RGB (Red+Green+Blue) = 132+207+198=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFC6 is #7B3039. Grayscale: #B7B7B7. Windows color (decimal): -8073274 or 13029252. OLE color: 13029252.
HSL color Cylindrical-coordinate representation of color #84CFC6: hue angle of 172.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CFC6 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 198 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.19 |
| HSL | 172.8º | 0.44% | 0.66% | - |
| HSV(B) | 172.8º | 0.36% | 0.81% | - |
| XYZ | 42.02 | 53.61 | 61.56 | - |
| YUV | 183.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 198 | 0.36 | 0 | 0.04 | 0.19 | 172.8 | 0.44 | 0.66 |
| Hex | 84 | CF | C6 | 24 | 0 | 4 | 13 | AD | 2C | 42 |
| Octal | 204 | 317 | 306 | 44 | 0 | 4 | 23 | 255 | 54 | 102 |
| Binary | 10000100 | 11001111 | 11000110 | 100100 | 0 | 100 | 10011 | 10101101 | 101100 | 1000010 |
Color Harmonies of #84CFC6
Complementary color
Monochromatic Colors of #84CFC6
Black with #84CFC6
Text Example
Text Example
White with #84CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFC6; }
p { color: rgb(132,207,198); }
H1.HeaderClassName
{
color: #84CFC6;
}
.AnyTagClassName
{
color: #84CFC6;
}
</style>
background-color css
<style>
a { background-color: #84CFC6; }
a { background-color: rgb(132,207,198); }
div.DivClassName
{
background-color: #84CFC6;
}
.BgClassName
{
background-color: #84CFC6;
}
</style>
border-color css
<style>
span { border-color: #84CFC6; }
span { border-color: rgb(132,207,198); }
td.TdClassName
{
border-color: #84CFC6;
}
.TagClassName
{
border-color: #84CFC6;
}
</style>