Shades of Bermuda #8FC4C1
Tints of Bermuda #8FC4C1
RGB
CMYK
RGB Variations
Color information
#8FC4C1 (or 0x8FC4C1) is known color: Bermuda. HEX triplet: 8F, C4 and C1. RGB value is (143,196,193). Sum of RGB (Red+Green+Blue) = 143+196+193=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4C1 is #703B3E. Grayscale: #B3B3B3. Windows color (decimal): -7355199 or 12698767. OLE color: 12698767.
HSL color Cylindrical-coordinate representation of color #8FC4C1: hue angle of 176.6º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FC4C1 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 196 | 193 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.23 |
| HSL | 176.6º | 0.31% | 0.66% | - |
| HSV(B) | 176.6º | 0.27% | 0.77% | - |
| XYZ | 40.69 | 49.17 | 57.8 | - |
| YUV | 179.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 193 | 0.27 | 0 | 0.02 | 0.23 | 176.6 | 0.31 | 0.66 |
| Hex | 8F | C4 | C1 | 1B | 0 | 2 | 17 | B1 | 1F | 42 |
| Octal | 217 | 304 | 301 | 33 | 0 | 2 | 27 | 261 | 37 | 102 |
| Binary | 10001111 | 11000100 | 11000001 | 11011 | 0 | 10 | 10111 | 10110001 | 11111 | 1000010 |
Color Harmonies of #8FC4C1
Complementary color
Monochromatic Colors of #8FC4C1
Black with #8FC4C1
Text Example
Text Example
White with #8FC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC4C1; }
p { color: rgb(143,196,193); }
H1.HeaderClassName
{
color: #8FC4C1;
}
.AnyTagClassName
{
color: #8FC4C1;
}
</style>
background-color css
<style>
a { background-color: #8FC4C1; }
a { background-color: rgb(143,196,193); }
div.DivClassName
{
background-color: #8FC4C1;
}
.BgClassName
{
background-color: #8FC4C1;
}
</style>
border-color css
<style>
span { border-color: #8FC4C1; }
span { border-color: rgb(143,196,193); }
td.TdClassName
{
border-color: #8FC4C1;
}
.TagClassName
{
border-color: #8FC4C1;
}
</style>