Shades of Bermuda #8DCAC5
Tints of Bermuda #8DCAC5
RGB
CMYK
RGB Variations
Color information
#8DCAC5 (or 0x8DCAC5) is known color: Bermuda. HEX triplet: 8D, CA and C5. RGB value is (141,202,197). Sum of RGB (Red+Green+Blue) = 141+202+197=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAC5 is #72353A. Grayscale: #B7B7B7. Windows color (decimal): -7484731 or 12962445. OLE color: 12962445.
HSL color Cylindrical-coordinate representation of color #8DCAC5: hue angle of 175.08º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAC5 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 197 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.21 |
| HSL | 175.08º | 0.37% | 0.67% | - |
| HSV(B) | 175.08º | 0.3% | 0.79% | - |
| XYZ | 42.18 | 51.94 | 60.62 | - |
| YUV | 183.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 197 | 0.30 | 0 | 0.02 | 0.21 | 175.08 | 0.37 | 0.67 |
| Hex | 8D | CA | C5 | 1E | 0 | 2 | 15 | AF | 25 | 43 |
| Octal | 215 | 312 | 305 | 36 | 0 | 2 | 25 | 257 | 45 | 103 |
| Binary | 10001101 | 11001010 | 11000101 | 11110 | 0 | 10 | 10101 | 10101111 | 100101 | 1000011 |
Color Harmonies of #8DCAC5
Complementary color
Monochromatic Colors of #8DCAC5
Black with #8DCAC5
Text Example
Text Example
White with #8DCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAC5; }
p { color: rgb(141,202,197); }
H1.HeaderClassName
{
color: #8DCAC5;
}
.AnyTagClassName
{
color: #8DCAC5;
}
</style>
background-color css
<style>
a { background-color: #8DCAC5; }
a { background-color: rgb(141,202,197); }
div.DivClassName
{
background-color: #8DCAC5;
}
.BgClassName
{
background-color: #8DCAC5;
}
</style>
border-color css
<style>
span { border-color: #8DCAC5; }
span { border-color: rgb(141,202,197); }
td.TdClassName
{
border-color: #8DCAC5;
}
.TagClassName
{
border-color: #8DCAC5;
}
</style>