Shades of Bermuda #8CCFBF
Tints of Bermuda #8CCFBF
RGB
CMYK
RGB Variations
Color information
#8CCFBF (or 0x8CCFBF) is known color: Bermuda. HEX triplet: 8C, CF and BF. RGB value is (140,207,191). Sum of RGB (Red+Green+Blue) = 140+207+191=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFBF is #733040. Grayscale: #B9B9B9. Windows color (decimal): -7548993 or 12570508. OLE color: 12570508.
HSL color Cylindrical-coordinate representation of color #8CCFBF: hue angle of 165.67º 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 #8CCFBF is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 191 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.19 |
| HSL | 165.67º | 0.41% | 0.68% | - |
| HSV(B) | 165.67º | 0.32% | 0.81% | - |
| XYZ | 42.53 | 53.96 | 57.46 | - |
| YUV | 185.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 191 | 0.32 | 0 | 0.08 | 0.19 | 165.67 | 0.41 | 0.68 |
| Hex | 8C | CF | BF | 20 | 0 | 8 | 13 | A6 | 29 | 44 |
| Octal | 214 | 317 | 277 | 40 | 0 | 10 | 23 | 246 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10111111 | 100000 | 0 | 1000 | 10011 | 10100110 | 101001 | 1000100 |
Color Harmonies of #8CCFBF
Complementary color
Monochromatic Colors of #8CCFBF
Black with #8CCFBF
Text Example
Text Example
White with #8CCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFBF; }
p { color: rgb(140,207,191); }
H1.HeaderClassName
{
color: #8CCFBF;
}
.AnyTagClassName
{
color: #8CCFBF;
}
</style>
background-color css
<style>
a { background-color: #8CCFBF; }
a { background-color: rgb(140,207,191); }
div.DivClassName
{
background-color: #8CCFBF;
}
.BgClassName
{
background-color: #8CCFBF;
}
</style>
border-color css
<style>
span { border-color: #8CCFBF; }
span { border-color: rgb(140,207,191); }
td.TdClassName
{
border-color: #8CCFBF;
}
.TagClassName
{
border-color: #8CCFBF;
}
</style>