Shades of Bermuda #8FCCC2
Tints of Bermuda #8FCCC2
RGB
CMYK
RGB Variations
Color information
#8FCCC2 (or 0x8FCCC2) is known color: Bermuda. HEX triplet: 8F, CC and C2. RGB value is (143,204,194). Sum of RGB (Red+Green+Blue) = 143+204+194=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCC2 is #70333D. Grayscale: #B8B8B8. Windows color (decimal): -7353150 or 12766351. OLE color: 12766351.
HSL color Cylindrical-coordinate representation of color #8FCCC2: hue angle of 170.16º 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 #8FCCC2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 194 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.2 |
| HSL | 170.16º | 0.37% | 0.68% | - |
| HSV(B) | 170.16º | 0.3% | 0.8% | - |
| XYZ | 42.66 | 52.92 | 59.01 | - |
| YUV | 184.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 194 | 0.30 | 0 | 0.05 | 0.2 | 170.16 | 0.37 | 0.68 |
| Hex | 8F | CC | C2 | 1E | 0 | 5 | 14 | AA | 25 | 44 |
| Octal | 217 | 314 | 302 | 36 | 0 | 5 | 24 | 252 | 45 | 104 |
| Binary | 10001111 | 11001100 | 11000010 | 11110 | 0 | 101 | 10100 | 10101010 | 100101 | 1000100 |
Color Harmonies of #8FCCC2
Complementary color
Monochromatic Colors of #8FCCC2
Black with #8FCCC2
Text Example
Text Example
White with #8FCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCC2; }
p { color: rgb(143,204,194); }
H1.HeaderClassName
{
color: #8FCCC2;
}
.AnyTagClassName
{
color: #8FCCC2;
}
</style>
background-color css
<style>
a { background-color: #8FCCC2; }
a { background-color: rgb(143,204,194); }
div.DivClassName
{
background-color: #8FCCC2;
}
.BgClassName
{
background-color: #8FCCC2;
}
</style>
border-color css
<style>
span { border-color: #8FCCC2; }
span { border-color: rgb(143,204,194); }
td.TdClassName
{
border-color: #8FCCC2;
}
.TagClassName
{
border-color: #8FCCC2;
}
</style>