Shades of Bermuda #8DCFC5
Tints of Bermuda #8DCFC5
RGB
CMYK
RGB Variations
Color information
#8DCFC5 (or 0x8DCFC5) is known color: Bermuda. HEX triplet: 8D, CF and C5. RGB value is (141,207,197). Sum of RGB (Red+Green+Blue) = 141+207+197=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFC5 is #72303A. Grayscale: #BABABA. Windows color (decimal): -7483451 or 12963725. OLE color: 12963725.
HSL color Cylindrical-coordinate representation of color #8DCFC5: hue angle of 170.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFC5 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 197 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.19 |
| HSL | 170.91º | 0.41% | 0.68% | - |
| HSV(B) | 170.91º | 0.32% | 0.81% | - |
| XYZ | 43.38 | 54.32 | 61.02 | - |
| YUV | 186.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 197 | 0.32 | 0 | 0.05 | 0.19 | 170.91 | 0.41 | 0.68 |
| Hex | 8D | CF | C5 | 20 | 0 | 5 | 13 | AB | 29 | 44 |
| Octal | 215 | 317 | 305 | 40 | 0 | 5 | 23 | 253 | 51 | 104 |
| Binary | 10001101 | 11001111 | 11000101 | 100000 | 0 | 101 | 10011 | 10101011 | 101001 | 1000100 |
Color Harmonies of #8DCFC5
Complementary color
Monochromatic Colors of #8DCFC5
Black with #8DCFC5
Text Example
Text Example
White with #8DCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFC5; }
p { color: rgb(141,207,197); }
H1.HeaderClassName
{
color: #8DCFC5;
}
.AnyTagClassName
{
color: #8DCFC5;
}
</style>
background-color css
<style>
a { background-color: #8DCFC5; }
a { background-color: rgb(141,207,197); }
div.DivClassName
{
background-color: #8DCFC5;
}
.BgClassName
{
background-color: #8DCFC5;
}
</style>
border-color css
<style>
span { border-color: #8DCFC5; }
span { border-color: rgb(141,207,197); }
td.TdClassName
{
border-color: #8DCFC5;
}
.TagClassName
{
border-color: #8DCFC5;
}
</style>