Shades of Bermuda #8FCCC5
Tints of Bermuda #8FCCC5
RGB
CMYK
RGB Variations
Color information
#8FCCC5 (or 0x8FCCC5) is known color: Bermuda. HEX triplet: 8F, CC and C5. RGB value is (143,204,197). Sum of RGB (Red+Green+Blue) = 143+204+197=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCC5 is #70333A. Grayscale: #B8B8B8. Windows color (decimal): -7353147 or 12962959. OLE color: 12962959.
HSL color Cylindrical-coordinate representation of color #8FCCC5: hue angle of 173.11º 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 #8FCCC5 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 197 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.2 |
| HSL | 173.11º | 0.37% | 0.68% | - |
| HSV(B) | 173.11º | 0.3% | 0.8% | - |
| XYZ | 43 | 53.06 | 60.8 | - |
| YUV | 184.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 197 | 0.30 | 0 | 0.03 | 0.2 | 173.11 | 0.37 | 0.68 |
| Hex | 8F | CC | C5 | 1E | 0 | 3 | 14 | AD | 25 | 44 |
| Octal | 217 | 314 | 305 | 36 | 0 | 3 | 24 | 255 | 45 | 104 |
| Binary | 10001111 | 11001100 | 11000101 | 11110 | 0 | 11 | 10100 | 10101101 | 100101 | 1000100 |
Color Harmonies of #8FCCC5
Complementary color
Monochromatic Colors of #8FCCC5
Black with #8FCCC5
Text Example
Text Example
White with #8FCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCC5; }
p { color: rgb(143,204,197); }
H1.HeaderClassName
{
color: #8FCCC5;
}
.AnyTagClassName
{
color: #8FCCC5;
}
</style>
background-color css
<style>
a { background-color: #8FCCC5; }
a { background-color: rgb(143,204,197); }
div.DivClassName
{
background-color: #8FCCC5;
}
.BgClassName
{
background-color: #8FCCC5;
}
</style>
border-color css
<style>
span { border-color: #8FCCC5; }
span { border-color: rgb(143,204,197); }
td.TdClassName
{
border-color: #8FCCC5;
}
.TagClassName
{
border-color: #8FCCC5;
}
</style>