Shades of Bermuda #8FCABB
Tints of Bermuda #8FCABB
RGB
CMYK
RGB Variations
Color information
#8FCABB (or 0x8FCABB) is known color: Bermuda. HEX triplet: 8F, CA and BB. RGB value is (143,202,187). Sum of RGB (Red+Green+Blue) = 143+202+187=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCABB is #703544. Grayscale: #B6B6B6. Windows color (decimal): -7353669 or 12307087. OLE color: 12307087.
HSL color Cylindrical-coordinate representation of color #8FCABB: hue angle of 164.75º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCABB is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 187 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.21 |
| HSL | 164.75º | 0.36% | 0.68% | - |
| HSV(B) | 164.75º | 0.29% | 0.79% | - |
| XYZ | 41.42 | 51.67 | 54.8 | - |
| YUV | 182.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 187 | 0.29 | 0 | 0.07 | 0.21 | 164.75 | 0.36 | 0.68 |
| Hex | 8F | CA | BB | 1D | 0 | 7 | 15 | A5 | 24 | 44 |
| Octal | 217 | 312 | 273 | 35 | 0 | 7 | 25 | 245 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10111011 | 11101 | 0 | 111 | 10101 | 10100101 | 100100 | 1000100 |
Color Harmonies of #8FCABB
Complementary color
Monochromatic Colors of #8FCABB
Black with #8FCABB
Text Example
Text Example
White with #8FCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCABB; }
p { color: rgb(143,202,187); }
H1.HeaderClassName
{
color: #8FCABB;
}
.AnyTagClassName
{
color: #8FCABB;
}
</style>
background-color css
<style>
a { background-color: #8FCABB; }
a { background-color: rgb(143,202,187); }
div.DivClassName
{
background-color: #8FCABB;
}
.BgClassName
{
background-color: #8FCABB;
}
</style>
border-color css
<style>
span { border-color: #8FCABB; }
span { border-color: rgb(143,202,187); }
td.TdClassName
{
border-color: #8FCABB;
}
.TagClassName
{
border-color: #8FCABB;
}
</style>