Shades of Bermuda #8DCABB
Tints of Bermuda #8DCABB
RGB
CMYK
RGB Variations
Color information
#8DCABB (or 0x8DCABB) is known color: Bermuda. HEX triplet: 8D, CA and BB. RGB value is (141,202,187). Sum of RGB (Red+Green+Blue) = 141+202+187=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCABB is #723544. Grayscale: #B6B6B6. Windows color (decimal): -7484741 or 12307085. OLE color: 12307085.
HSL color Cylindrical-coordinate representation of color #8DCABB: hue angle of 165.25º 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 #8DCABB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 187 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.21 |
| HSL | 165.25º | 0.37% | 0.67% | - |
| HSV(B) | 165.25º | 0.3% | 0.79% | - |
| XYZ | 41.07 | 51.49 | 54.79 | - |
| YUV | 182.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 187 | 0.30 | 0 | 0.07 | 0.21 | 165.25 | 0.37 | 0.67 |
| Hex | 8D | CA | BB | 1E | 0 | 7 | 15 | A5 | 25 | 43 |
| Octal | 215 | 312 | 273 | 36 | 0 | 7 | 25 | 245 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10111011 | 11110 | 0 | 111 | 10101 | 10100101 | 100101 | 1000011 |
Color Harmonies of #8DCABB
Complementary color
Monochromatic Colors of #8DCABB
Black with #8DCABB
Text Example
Text Example
White with #8DCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCABB; }
p { color: rgb(141,202,187); }
H1.HeaderClassName
{
color: #8DCABB;
}
.AnyTagClassName
{
color: #8DCABB;
}
</style>
background-color css
<style>
a { background-color: #8DCABB; }
a { background-color: rgb(141,202,187); }
div.DivClassName
{
background-color: #8DCABB;
}
.BgClassName
{
background-color: #8DCABB;
}
</style>
border-color css
<style>
span { border-color: #8DCABB; }
span { border-color: rgb(141,202,187); }
td.TdClassName
{
border-color: #8DCABB;
}
.TagClassName
{
border-color: #8DCABB;
}
</style>