Shades of Bermuda #8FCFC0
Tints of Bermuda #8FCFC0
RGB
CMYK
RGB Variations
Color information
#8FCFC0 (or 0x8FCFC0) is known color: Bermuda. HEX triplet: 8F, CF and C0. RGB value is (143,207,192). Sum of RGB (Red+Green+Blue) = 143+207+192=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFC0 is #70303F. Grayscale: #BABABA. Windows color (decimal): -7352384 or 12636047. OLE color: 12636047.
HSL color Cylindrical-coordinate representation of color #8FCFC0: hue angle of 165.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFC0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 192 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.19 |
| HSL | 165.94º | 0.4% | 0.69% | - |
| HSV(B) | 165.94º | 0.31% | 0.81% | - |
| XYZ | 43.15 | 54.27 | 58.07 | - |
| YUV | 186.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 192 | 0.31 | 0 | 0.07 | 0.19 | 165.94 | 0.4 | 0.69 |
| Hex | 8F | CF | C0 | 1F | 0 | 7 | 13 | A6 | 28 | 45 |
| Octal | 217 | 317 | 300 | 37 | 0 | 7 | 23 | 246 | 50 | 105 |
| Binary | 10001111 | 11001111 | 11000000 | 11111 | 0 | 111 | 10011 | 10100110 | 101000 | 1000101 |
Color Harmonies of #8FCFC0
Complementary color
Monochromatic Colors of #8FCFC0
Black with #8FCFC0
Text Example
Text Example
White with #8FCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFC0; }
p { color: rgb(143,207,192); }
H1.HeaderClassName
{
color: #8FCFC0;
}
.AnyTagClassName
{
color: #8FCFC0;
}
</style>
background-color css
<style>
a { background-color: #8FCFC0; }
a { background-color: rgb(143,207,192); }
div.DivClassName
{
background-color: #8FCFC0;
}
.BgClassName
{
background-color: #8FCFC0;
}
</style>
border-color css
<style>
span { border-color: #8FCFC0; }
span { border-color: rgb(143,207,192); }
td.TdClassName
{
border-color: #8FCFC0;
}
.TagClassName
{
border-color: #8FCFC0;
}
</style>