Shades of Bermuda #84CEB8
Tints of Bermuda #84CEB8
RGB
CMYK
RGB Variations
Color information
#84CEB8 (or 0x84CEB8) is known color: Bermuda. HEX triplet: 84, CE and B8. RGB value is (132,206,184). Sum of RGB (Red+Green+Blue) = 132+206+184=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEB8 is #7B3147. Grayscale: #B5B5B5. Windows color (decimal): -8073544 or 12111492. OLE color: 12111492.
HSL color Cylindrical-coordinate representation of color #84CEB8: hue angle of 162.16º 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 #84CEB8 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 184 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.19 |
| HSL | 162.16º | 0.43% | 0.66% | - |
| HSV(B) | 162.16º | 0.36% | 0.81% | - |
| XYZ | 40.24 | 52.51 | 53.36 | - |
| YUV | 181.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 184 | 0.36 | 0 | 0.11 | 0.19 | 162.16 | 0.43 | 0.66 |
| Hex | 84 | CE | B8 | 24 | 0 | B | 13 | A2 | 2B | 42 |
| Octal | 204 | 316 | 270 | 44 | 0 | 13 | 23 | 242 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10111000 | 100100 | 0 | 1011 | 10011 | 10100010 | 101011 | 1000010 |
Color Harmonies of #84CEB8
Complementary color
Monochromatic Colors of #84CEB8
Black with #84CEB8
Text Example
Text Example
White with #84CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEB8; }
p { color: rgb(132,206,184); }
H1.HeaderClassName
{
color: #84CEB8;
}
.AnyTagClassName
{
color: #84CEB8;
}
</style>
background-color css
<style>
a { background-color: #84CEB8; }
a { background-color: rgb(132,206,184); }
div.DivClassName
{
background-color: #84CEB8;
}
.BgClassName
{
background-color: #84CEB8;
}
</style>
border-color css
<style>
span { border-color: #84CEB8; }
span { border-color: rgb(132,206,184); }
td.TdClassName
{
border-color: #84CEB8;
}
.TagClassName
{
border-color: #84CEB8;
}
</style>