Shades of Bermuda #84CEBB
Tints of Bermuda #84CEBB
RGB
CMYK
RGB Variations
Color information
#84CEBB (or 0x84CEBB) is known color: Bermuda. HEX triplet: 84, CE and BB. RGB value is (132,206,187). Sum of RGB (Red+Green+Blue) = 132+206+187=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEBB is #7B3144. Grayscale: #B5B5B5. Windows color (decimal): -8073541 or 12308100. OLE color: 12308100.
HSL color Cylindrical-coordinate representation of color #84CEBB: hue angle of 164.59º degrees, saturation: 0.43, 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 #84CEBB is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 187 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.19 |
| HSL | 164.59º | 0.43% | 0.66% | - |
| HSV(B) | 164.59º | 0.36% | 0.81% | - |
| XYZ | 40.56 | 52.64 | 55.04 | - |
| YUV | 181.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 187 | 0.36 | 0 | 0.09 | 0.19 | 164.59 | 0.43 | 0.66 |
| Hex | 84 | CE | BB | 24 | 0 | 9 | 13 | A5 | 2B | 42 |
| Octal | 204 | 316 | 273 | 44 | 0 | 11 | 23 | 245 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10111011 | 100100 | 0 | 1001 | 10011 | 10100101 | 101011 | 1000010 |
Color Harmonies of #84CEBB
Complementary color
Monochromatic Colors of #84CEBB
Black with #84CEBB
Text Example
Text Example
White with #84CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEBB; }
p { color: rgb(132,206,187); }
H1.HeaderClassName
{
color: #84CEBB;
}
.AnyTagClassName
{
color: #84CEBB;
}
</style>
background-color css
<style>
a { background-color: #84CEBB; }
a { background-color: rgb(132,206,187); }
div.DivClassName
{
background-color: #84CEBB;
}
.BgClassName
{
background-color: #84CEBB;
}
</style>
border-color css
<style>
span { border-color: #84CEBB; }
span { border-color: rgb(132,206,187); }
td.TdClassName
{
border-color: #84CEBB;
}
.TagClassName
{
border-color: #84CEBB;
}
</style>