Shades of Bermuda #84CDB6
Tints of Bermuda #84CDB6
RGB
CMYK
RGB Variations
Color information
#84CDB6 (or 0x84CDB6) is known color: Bermuda. HEX triplet: 84, CD and B6. RGB value is (132,205,182). Sum of RGB (Red+Green+Blue) = 132+205+182=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDB6 is #7B3249. Grayscale: #B4B4B4. Windows color (decimal): -8073802 or 11980164. OLE color: 11980164.
HSL color Cylindrical-coordinate representation of color #84CDB6: hue angle of 161.1º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDB6 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 182 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.20 |
| HSL | 161.1º | 0.42% | 0.66% | - |
| HSV(B) | 161.1º | 0.36% | 0.8% | - |
| XYZ | 39.79 | 51.95 | 52.19 | - |
| YUV | 180.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 182 | 0.36 | 0 | 0.11 | 0.20 | 161.1 | 0.42 | 0.66 |
| Hex | 84 | CD | B6 | 24 | 0 | B | 14 | A1 | 2A | 42 |
| Octal | 204 | 315 | 266 | 44 | 0 | 13 | 24 | 241 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10110110 | 100100 | 0 | 1011 | 10100 | 10100001 | 101010 | 1000010 |
Color Harmonies of #84CDB6
Complementary color
Monochromatic Colors of #84CDB6
Black with #84CDB6
Text Example
Text Example
White with #84CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDB6; }
p { color: rgb(132,205,182); }
H1.HeaderClassName
{
color: #84CDB6;
}
.AnyTagClassName
{
color: #84CDB6;
}
</style>
background-color css
<style>
a { background-color: #84CDB6; }
a { background-color: rgb(132,205,182); }
div.DivClassName
{
background-color: #84CDB6;
}
.BgClassName
{
background-color: #84CDB6;
}
</style>
border-color css
<style>
span { border-color: #84CDB6; }
span { border-color: rgb(132,205,182); }
td.TdClassName
{
border-color: #84CDB6;
}
.TagClassName
{
border-color: #84CDB6;
}
</style>