Shades of Bermuda #84CDC3
Tints of Bermuda #84CDC3
RGB
CMYK
RGB Variations
Color information
#84CDC3 (or 0x84CDC3) is known color: Bermuda. HEX triplet: 84, CD and C3. RGB value is (132,205,195). Sum of RGB (Red+Green+Blue) = 132+205+195=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDC3 is #7B323C. Grayscale: #B5B5B5. Windows color (decimal): -8073789 or 12832132. OLE color: 12832132.
HSL color Cylindrical-coordinate representation of color #84CDC3: hue angle of 171.78º 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 #84CDC3 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 195 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.20 |
| HSL | 171.78º | 0.42% | 0.66% | - |
| HSV(B) | 171.78º | 0.36% | 0.8% | - |
| XYZ | 41.2 | 52.51 | 59.59 | - |
| YUV | 182.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 195 | 0.36 | 0 | 0.05 | 0.20 | 171.78 | 0.42 | 0.66 |
| Hex | 84 | CD | C3 | 24 | 0 | 5 | 14 | AC | 2A | 42 |
| Octal | 204 | 315 | 303 | 44 | 0 | 5 | 24 | 254 | 52 | 102 |
| Binary | 10000100 | 11001101 | 11000011 | 100100 | 0 | 101 | 10100 | 10101100 | 101010 | 1000010 |
Color Harmonies of #84CDC3
Complementary color
Monochromatic Colors of #84CDC3
Black with #84CDC3
Text Example
Text Example
White with #84CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDC3; }
p { color: rgb(132,205,195); }
H1.HeaderClassName
{
color: #84CDC3;
}
.AnyTagClassName
{
color: #84CDC3;
}
</style>
background-color css
<style>
a { background-color: #84CDC3; }
a { background-color: rgb(132,205,195); }
div.DivClassName
{
background-color: #84CDC3;
}
.BgClassName
{
background-color: #84CDC3;
}
</style>
border-color css
<style>
span { border-color: #84CDC3; }
span { border-color: rgb(132,205,195); }
td.TdClassName
{
border-color: #84CDC3;
}
.TagClassName
{
border-color: #84CDC3;
}
</style>