Shades of Bermuda #84CFCA
Tints of Bermuda #84CFCA
RGB
CMYK
RGB Variations
Color information
#84CFCA (or 0x84CFCA) is known color: Bermuda. HEX triplet: 84, CF and CA. RGB value is (132,207,202). Sum of RGB (Red+Green+Blue) = 132+207+202=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFCA is #7B3035. Grayscale: #B7B7B7. Windows color (decimal): -8073270 or 13291396. OLE color: 13291396.
HSL color Cylindrical-coordinate representation of color #84CFCA: hue angle of 176º 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 #84CFCA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 202 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.19 |
| HSL | 176º | 0.44% | 0.66% | - |
| HSV(B) | 176º | 0.36% | 0.81% | - |
| XYZ | 42.49 | 53.8 | 64.02 | - |
| YUV | 184.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 202 | 0.36 | 0 | 0.02 | 0.19 | 176 | 0.44 | 0.66 |
| Hex | 84 | CF | CA | 24 | 0 | 2 | 13 | B0 | 2C | 42 |
| Octal | 204 | 317 | 312 | 44 | 0 | 2 | 23 | 260 | 54 | 102 |
| Binary | 10000100 | 11001111 | 11001010 | 100100 | 0 | 10 | 10011 | 10110000 | 101100 | 1000010 |
Color Harmonies of #84CFCA
Complementary color
Monochromatic Colors of #84CFCA
Black with #84CFCA
Text Example
Text Example
White with #84CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFCA; }
p { color: rgb(132,207,202); }
H1.HeaderClassName
{
color: #84CFCA;
}
.AnyTagClassName
{
color: #84CFCA;
}
</style>
background-color css
<style>
a { background-color: #84CFCA; }
a { background-color: rgb(132,207,202); }
div.DivClassName
{
background-color: #84CFCA;
}
.BgClassName
{
background-color: #84CFCA;
}
</style>
border-color css
<style>
span { border-color: #84CFCA; }
span { border-color: rgb(132,207,202); }
td.TdClassName
{
border-color: #84CFCA;
}
.TagClassName
{
border-color: #84CFCA;
}
</style>