Shades of Bermuda #84CEBA
Tints of Bermuda #84CEBA
RGB
CMYK
RGB Variations
Color information
#84CEBA (or 0x84CEBA) is known color: Bermuda. HEX triplet: 84, CE and BA. RGB value is (132,206,186). Sum of RGB (Red+Green+Blue) = 132+206+186=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEBA is #7B3145. Grayscale: #B5B5B5. Windows color (decimal): -8073542 or 12242564. OLE color: 12242564.
HSL color Cylindrical-coordinate representation of color #84CEBA: hue angle of 163.78º 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 #84CEBA is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 186 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.19 |
| HSL | 163.78º | 0.43% | 0.66% | - |
| HSV(B) | 163.78º | 0.36% | 0.81% | - |
| XYZ | 40.45 | 52.59 | 54.47 | - |
| YUV | 181.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 186 | 0.36 | 0 | 0.10 | 0.19 | 163.78 | 0.43 | 0.66 |
| Hex | 84 | CE | BA | 24 | 0 | A | 13 | A4 | 2B | 42 |
| Octal | 204 | 316 | 272 | 44 | 0 | 12 | 23 | 244 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10111010 | 100100 | 0 | 1010 | 10011 | 10100100 | 101011 | 1000010 |
Color Harmonies of #84CEBA
Complementary color
Monochromatic Colors of #84CEBA
Black with #84CEBA
Text Example
Text Example
White with #84CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEBA; }
p { color: rgb(132,206,186); }
H1.HeaderClassName
{
color: #84CEBA;
}
.AnyTagClassName
{
color: #84CEBA;
}
</style>
background-color css
<style>
a { background-color: #84CEBA; }
a { background-color: rgb(132,206,186); }
div.DivClassName
{
background-color: #84CEBA;
}
.BgClassName
{
background-color: #84CEBA;
}
</style>
border-color css
<style>
span { border-color: #84CEBA; }
span { border-color: rgb(132,206,186); }
td.TdClassName
{
border-color: #84CEBA;
}
.TagClassName
{
border-color: #84CEBA;
}
</style>