Shades of Bermuda #8DC5C1
Tints of Bermuda #8DC5C1
RGB
CMYK
RGB Variations
Color information
#8DC5C1 (or 0x8DC5C1) is known color: Bermuda. HEX triplet: 8D, C5 and C1. RGB value is (141,197,193). Sum of RGB (Red+Green+Blue) = 141+197+193=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5C1 is #723A3E. Grayscale: #B3B3B3. Windows color (decimal): -7486015 or 12699021. OLE color: 12699021.
HSL color Cylindrical-coordinate representation of color #8DC5C1: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC5C1 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 193 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.23 |
| HSL | 175.71º | 0.33% | 0.66% | - |
| HSV(B) | 175.71º | 0.28% | 0.77% | - |
| XYZ | 40.58 | 49.45 | 57.86 | - |
| YUV | 179.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 193 | 0.28 | 0 | 0.02 | 0.23 | 175.71 | 0.33 | 0.66 |
| Hex | 8D | C5 | C1 | 1C | 0 | 2 | 17 | B0 | 21 | 42 |
| Octal | 215 | 305 | 301 | 34 | 0 | 2 | 27 | 260 | 41 | 102 |
| Binary | 10001101 | 11000101 | 11000001 | 11100 | 0 | 10 | 10111 | 10110000 | 100001 | 1000010 |
Color Harmonies of #8DC5C1
Complementary color
Monochromatic Colors of #8DC5C1
Black with #8DC5C1
Text Example
Text Example
White with #8DC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC5C1; }
p { color: rgb(141,197,193); }
H1.HeaderClassName
{
color: #8DC5C1;
}
.AnyTagClassName
{
color: #8DC5C1;
}
</style>
background-color css
<style>
a { background-color: #8DC5C1; }
a { background-color: rgb(141,197,193); }
div.DivClassName
{
background-color: #8DC5C1;
}
.BgClassName
{
background-color: #8DC5C1;
}
</style>
border-color css
<style>
span { border-color: #8DC5C1; }
span { border-color: rgb(141,197,193); }
td.TdClassName
{
border-color: #8DC5C1;
}
.TagClassName
{
border-color: #8DC5C1;
}
</style>