Shades of Bermuda #84CEC1
Tints of Bermuda #84CEC1
RGB
CMYK
RGB Variations
Color information
#84CEC1 (or 0x84CEC1) is known color: Bermuda. HEX triplet: 84, CE and C1. RGB value is (132,206,193). Sum of RGB (Red+Green+Blue) = 132+206+193=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEC1 is #7B313E. Grayscale: #B6B6B6. Windows color (decimal): -8073535 or 12701316. OLE color: 12701316.
HSL color Cylindrical-coordinate representation of color #84CEC1: hue angle of 169.46º 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 #84CEC1 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 193 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.19 |
| HSL | 169.46º | 0.43% | 0.66% | - |
| HSV(B) | 169.46º | 0.36% | 0.81% | - |
| XYZ | 41.21 | 52.9 | 58.49 | - |
| YUV | 182.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 193 | 0.36 | 0 | 0.06 | 0.19 | 169.46 | 0.43 | 0.66 |
| Hex | 84 | CE | C1 | 24 | 0 | 6 | 13 | A9 | 2B | 42 |
| Octal | 204 | 316 | 301 | 44 | 0 | 6 | 23 | 251 | 53 | 102 |
| Binary | 10000100 | 11001110 | 11000001 | 100100 | 0 | 110 | 10011 | 10101001 | 101011 | 1000010 |
Color Harmonies of #84CEC1
Complementary color
Monochromatic Colors of #84CEC1
Black with #84CEC1
Text Example
Text Example
White with #84CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEC1; }
p { color: rgb(132,206,193); }
H1.HeaderClassName
{
color: #84CEC1;
}
.AnyTagClassName
{
color: #84CEC1;
}
</style>
background-color css
<style>
a { background-color: #84CEC1; }
a { background-color: rgb(132,206,193); }
div.DivClassName
{
background-color: #84CEC1;
}
.BgClassName
{
background-color: #84CEC1;
}
</style>
border-color css
<style>
span { border-color: #84CEC1; }
span { border-color: rgb(132,206,193); }
td.TdClassName
{
border-color: #84CEC1;
}
.TagClassName
{
border-color: #84CEC1;
}
</style>