Shades of Bermuda #84DEBC
Tints of Bermuda #84DEBC
RGB
CMYK
RGB Variations
Color information
#84DEBC (or 0x84DEBC) is known color: Bermuda. HEX triplet: 84, DE and BC. RGB value is (132,222,188). Sum of RGB (Red+Green+Blue) = 132+222+188=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEBC is #7B2143. Grayscale: #BFBFBF. Windows color (decimal): -8069444 or 12377732. OLE color: 12377732.
HSL color Cylindrical-coordinate representation of color #84DEBC: hue angle of 157.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DEBC is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 188 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.13 |
| HSL | 157.33º | 0.58% | 0.69% | - |
| HSV(B) | 157.33º | 0.41% | 0.87% | - |
| XYZ | 44.71 | 60.78 | 56.95 | - |
| YUV | 191.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 188 | 0.41 | 0 | 0.15 | 0.13 | 157.33 | 0.58 | 0.69 |
| Hex | 84 | DE | BC | 29 | 0 | F | D | 9D | 3A | 45 |
| Octal | 204 | 336 | 274 | 51 | 0 | 17 | 15 | 235 | 72 | 105 |
| Binary | 10000100 | 11011110 | 10111100 | 101001 | 0 | 1111 | 1101 | 10011101 | 111010 | 1000101 |
Color Harmonies of #84DEBC
Complementary color
Monochromatic Colors of #84DEBC
Black with #84DEBC
Text Example
Text Example
White with #84DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEBC; }
p { color: rgb(132,222,188); }
H1.HeaderClassName
{
color: #84DEBC;
}
.AnyTagClassName
{
color: #84DEBC;
}
</style>
background-color css
<style>
a { background-color: #84DEBC; }
a { background-color: rgb(132,222,188); }
div.DivClassName
{
background-color: #84DEBC;
}
.BgClassName
{
background-color: #84DEBC;
}
</style>
border-color css
<style>
span { border-color: #84DEBC; }
span { border-color: rgb(132,222,188); }
td.TdClassName
{
border-color: #84DEBC;
}
.TagClassName
{
border-color: #84DEBC;
}
</style>