Shades of Bermuda #8FCBC4
Tints of Bermuda #8FCBC4
RGB
CMYK
RGB Variations
Color information
#8FCBC4 (or 0x8FCBC4) is known color: Bermuda. HEX triplet: 8F, CB and C4. RGB value is (143,203,196). Sum of RGB (Red+Green+Blue) = 143+203+196=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBC4 is #70343B. Grayscale: #B8B8B8. Windows color (decimal): -7353404 or 12897167. OLE color: 12897167.
HSL color Cylindrical-coordinate representation of color #8FCBC4: hue angle of 173º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCBC4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 196 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.20 |
| HSL | 173º | 0.37% | 0.68% | - |
| HSV(B) | 173º | 0.3% | 0.8% | - |
| XYZ | 42.65 | 52.54 | 60.12 | - |
| YUV | 184.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 196 | 0.30 | 0 | 0.03 | 0.20 | 173 | 0.37 | 0.68 |
| Hex | 8F | CB | C4 | 1E | 0 | 3 | 14 | AD | 25 | 44 |
| Octal | 217 | 313 | 304 | 36 | 0 | 3 | 24 | 255 | 45 | 104 |
| Binary | 10001111 | 11001011 | 11000100 | 11110 | 0 | 11 | 10100 | 10101101 | 100101 | 1000100 |
Color Harmonies of #8FCBC4
Complementary color
Monochromatic Colors of #8FCBC4
Black with #8FCBC4
Text Example
Text Example
White with #8FCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBC4; }
p { color: rgb(143,203,196); }
H1.HeaderClassName
{
color: #8FCBC4;
}
.AnyTagClassName
{
color: #8FCBC4;
}
</style>
background-color css
<style>
a { background-color: #8FCBC4; }
a { background-color: rgb(143,203,196); }
div.DivClassName
{
background-color: #8FCBC4;
}
.BgClassName
{
background-color: #8FCBC4;
}
</style>
border-color css
<style>
span { border-color: #8FCBC4; }
span { border-color: rgb(143,203,196); }
td.TdClassName
{
border-color: #8FCBC4;
}
.TagClassName
{
border-color: #8FCBC4;
}
</style>