Shades of Bermuda #84CFC1
Tints of Bermuda #84CFC1
RGB
CMYK
RGB Variations
Color information
#84CFC1 (or 0x84CFC1) is known color: Bermuda. HEX triplet: 84, CF and C1. RGB value is (132,207,193). Sum of RGB (Red+Green+Blue) = 132+207+193=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFC1 is #7B303E. Grayscale: #B6B6B6. Windows color (decimal): -8073279 or 12701572. OLE color: 12701572.
HSL color Cylindrical-coordinate representation of color #84CFC1: hue angle of 168.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 #84CFC1 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 193 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.19 |
| HSL | 168.8º | 0.44% | 0.66% | - |
| HSV(B) | 168.8º | 0.36% | 0.81% | - |
| XYZ | 41.45 | 53.38 | 58.57 | - |
| YUV | 182.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 193 | 0.36 | 0 | 0.07 | 0.19 | 168.8 | 0.44 | 0.66 |
| Hex | 84 | CF | C1 | 24 | 0 | 7 | 13 | A9 | 2C | 42 |
| Octal | 204 | 317 | 301 | 44 | 0 | 7 | 23 | 251 | 54 | 102 |
| Binary | 10000100 | 11001111 | 11000001 | 100100 | 0 | 111 | 10011 | 10101001 | 101100 | 1000010 |
Color Harmonies of #84CFC1
Complementary color
Monochromatic Colors of #84CFC1
Black with #84CFC1
Text Example
Text Example
White with #84CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFC1; }
p { color: rgb(132,207,193); }
H1.HeaderClassName
{
color: #84CFC1;
}
.AnyTagClassName
{
color: #84CFC1;
}
</style>
background-color css
<style>
a { background-color: #84CFC1; }
a { background-color: rgb(132,207,193); }
div.DivClassName
{
background-color: #84CFC1;
}
.BgClassName
{
background-color: #84CFC1;
}
</style>
border-color css
<style>
span { border-color: #84CFC1; }
span { border-color: rgb(132,207,193); }
td.TdClassName
{
border-color: #84CFC1;
}
.TagClassName
{
border-color: #84CFC1;
}
</style>