Shades of Bermuda #84CEB9
Tints of Bermuda #84CEB9
RGB
CMYK
RGB Variations
Color information
#84CEB9 (or 0x84CEB9) is known color: Bermuda. HEX triplet: 84, CE and B9. RGB value is (132,206,185). Sum of RGB (Red+Green+Blue) = 132+206+185=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEB9 is #7B3146. Grayscale: #B5B5B5. Windows color (decimal): -8073543 or 12177028. OLE color: 12177028.
HSL color Cylindrical-coordinate representation of color #84CEB9: hue angle of 162.97º 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 #84CEB9 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 185 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.19 |
| HSL | 162.97º | 0.43% | 0.66% | - |
| HSV(B) | 162.97º | 0.36% | 0.81% | - |
| XYZ | 40.34 | 52.55 | 53.92 | - |
| YUV | 181.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 185 | 0.36 | 0 | 0.10 | 0.19 | 162.97 | 0.43 | 0.66 |
| Hex | 84 | CE | B9 | 24 | 0 | A | 13 | A3 | 2B | 42 |
| Octal | 204 | 316 | 271 | 44 | 0 | 12 | 23 | 243 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10111001 | 100100 | 0 | 1010 | 10011 | 10100011 | 101011 | 1000010 |
Color Harmonies of #84CEB9
Complementary color
Monochromatic Colors of #84CEB9
Black with #84CEB9
Text Example
Text Example
White with #84CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEB9; }
p { color: rgb(132,206,185); }
H1.HeaderClassName
{
color: #84CEB9;
}
.AnyTagClassName
{
color: #84CEB9;
}
</style>
background-color css
<style>
a { background-color: #84CEB9; }
a { background-color: rgb(132,206,185); }
div.DivClassName
{
background-color: #84CEB9;
}
.BgClassName
{
background-color: #84CEB9;
}
</style>
border-color css
<style>
span { border-color: #84CEB9; }
span { border-color: rgb(132,206,185); }
td.TdClassName
{
border-color: #84CEB9;
}
.TagClassName
{
border-color: #84CEB9;
}
</style>