Shades of Bermuda #8DCABF
Tints of Bermuda #8DCABF
RGB
CMYK
RGB Variations
Color information
#8DCABF (or 0x8DCABF) is known color: Bermuda. HEX triplet: 8D, CA and BF. RGB value is (141,202,191). Sum of RGB (Red+Green+Blue) = 141+202+191=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCABF is #723540. Grayscale: #B6B6B6. Windows color (decimal): -7484737 or 12569229. OLE color: 12569229.
HSL color Cylindrical-coordinate representation of color #8DCABF: hue angle of 169.18º 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 #8DCABF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 191 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.21 |
| HSL | 169.18º | 0.37% | 0.67% | - |
| HSV(B) | 169.18º | 0.3% | 0.79% | - |
| XYZ | 41.51 | 51.67 | 57.07 | - |
| YUV | 182.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 191 | 0.30 | 0 | 0.05 | 0.21 | 169.18 | 0.37 | 0.67 |
| Hex | 8D | CA | BF | 1E | 0 | 5 | 15 | A9 | 25 | 43 |
| Octal | 215 | 312 | 277 | 36 | 0 | 5 | 25 | 251 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10111111 | 11110 | 0 | 101 | 10101 | 10101001 | 100101 | 1000011 |
Color Harmonies of #8DCABF
Complementary color
Monochromatic Colors of #8DCABF
Black with #8DCABF
Text Example
Text Example
White with #8DCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCABF; }
p { color: rgb(141,202,191); }
H1.HeaderClassName
{
color: #8DCABF;
}
.AnyTagClassName
{
color: #8DCABF;
}
</style>
background-color css
<style>
a { background-color: #8DCABF; }
a { background-color: rgb(141,202,191); }
div.DivClassName
{
background-color: #8DCABF;
}
.BgClassName
{
background-color: #8DCABF;
}
</style>
border-color css
<style>
span { border-color: #8DCABF; }
span { border-color: rgb(141,202,191); }
td.TdClassName
{
border-color: #8DCABF;
}
.TagClassName
{
border-color: #8DCABF;
}
</style>