Shades of Bermuda #8DCFBE
Tints of Bermuda #8DCFBE
RGB
CMYK
RGB Variations
Color information
#8DCFBE (or 0x8DCFBE) is known color: Bermuda. HEX triplet: 8D, CF and BE. RGB value is (141,207,190). Sum of RGB (Red+Green+Blue) = 141+207+190=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFBE is #723041. Grayscale: #B9B9B9. Windows color (decimal): -7483458 or 12504973. OLE color: 12504973.
HSL color Cylindrical-coordinate representation of color #8DCFBE: hue angle of 164.55º 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 #8DCFBE is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 190 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.19 |
| HSL | 164.55º | 0.41% | 0.68% | - |
| HSV(B) | 164.55º | 0.32% | 0.81% | - |
| XYZ | 42.59 | 54.01 | 56.89 | - |
| YUV | 185.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 190 | 0.32 | 0 | 0.08 | 0.19 | 164.55 | 0.41 | 0.68 |
| Hex | 8D | CF | BE | 20 | 0 | 8 | 13 | A5 | 29 | 44 |
| Octal | 215 | 317 | 276 | 40 | 0 | 10 | 23 | 245 | 51 | 104 |
| Binary | 10001101 | 11001111 | 10111110 | 100000 | 0 | 1000 | 10011 | 10100101 | 101001 | 1000100 |
Color Harmonies of #8DCFBE
Complementary color
Monochromatic Colors of #8DCFBE
Black with #8DCFBE
Text Example
Text Example
White with #8DCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFBE; }
p { color: rgb(141,207,190); }
H1.HeaderClassName
{
color: #8DCFBE;
}
.AnyTagClassName
{
color: #8DCFBE;
}
</style>
background-color css
<style>
a { background-color: #8DCFBE; }
a { background-color: rgb(141,207,190); }
div.DivClassName
{
background-color: #8DCFBE;
}
.BgClassName
{
background-color: #8DCFBE;
}
</style>
border-color css
<style>
span { border-color: #8DCFBE; }
span { border-color: rgb(141,207,190); }
td.TdClassName
{
border-color: #8DCFBE;
}
.TagClassName
{
border-color: #8DCFBE;
}
</style>