Shades of Bermuda #84CDC5
Tints of Bermuda #84CDC5
RGB
CMYK
RGB Variations
Color information
#84CDC5 (or 0x84CDC5) is known color: Bermuda. HEX triplet: 84, CD and C5. RGB value is (132,205,197). Sum of RGB (Red+Green+Blue) = 132+205+197=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDC5 is #7B323A. Grayscale: #B6B6B6. Windows color (decimal): -8073787 or 12963204. OLE color: 12963204.
HSL color Cylindrical-coordinate representation of color #84CDC5: hue angle of 173.42º 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 #84CDC5 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 197 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.20 |
| HSL | 173.42º | 0.42% | 0.66% | - |
| HSV(B) | 173.42º | 0.36% | 0.8% | - |
| XYZ | 41.43 | 52.6 | 60.79 | - |
| YUV | 182.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 197 | 0.36 | 0 | 0.04 | 0.20 | 173.42 | 0.42 | 0.66 |
| Hex | 84 | CD | C5 | 24 | 0 | 4 | 14 | AD | 2A | 42 |
| Octal | 204 | 315 | 305 | 44 | 0 | 4 | 24 | 255 | 52 | 102 |
| Binary | 10000100 | 11001101 | 11000101 | 100100 | 0 | 100 | 10100 | 10101101 | 101010 | 1000010 |
Color Harmonies of #84CDC5
Complementary color
Monochromatic Colors of #84CDC5
Black with #84CDC5
Text Example
Text Example
White with #84CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDC5; }
p { color: rgb(132,205,197); }
H1.HeaderClassName
{
color: #84CDC5;
}
.AnyTagClassName
{
color: #84CDC5;
}
</style>
background-color css
<style>
a { background-color: #84CDC5; }
a { background-color: rgb(132,205,197); }
div.DivClassName
{
background-color: #84CDC5;
}
.BgClassName
{
background-color: #84CDC5;
}
</style>
border-color css
<style>
span { border-color: #84CDC5; }
span { border-color: rgb(132,205,197); }
td.TdClassName
{
border-color: #84CDC5;
}
.TagClassName
{
border-color: #84CDC5;
}
</style>