Shades of Bermuda #8FCCC3
Tints of Bermuda #8FCCC3
RGB
CMYK
RGB Variations
Color information
#8FCCC3 (or 0x8FCCC3) is known color: Bermuda. HEX triplet: 8F, CC and C3. RGB value is (143,204,195). Sum of RGB (Red+Green+Blue) = 143+204+195=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCC3 is #70333C. Grayscale: #B8B8B8. Windows color (decimal): -7353149 or 12831887. OLE color: 12831887.
HSL color Cylindrical-coordinate representation of color #8FCCC3: hue angle of 171.15º 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 #8FCCC3 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 195 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.2 |
| HSL | 171.15º | 0.37% | 0.68% | - |
| HSV(B) | 171.15º | 0.3% | 0.8% | - |
| XYZ | 42.77 | 52.97 | 59.6 | - |
| YUV | 184.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 195 | 0.30 | 0 | 0.04 | 0.2 | 171.15 | 0.37 | 0.68 |
| Hex | 8F | CC | C3 | 1E | 0 | 4 | 14 | AB | 25 | 44 |
| Octal | 217 | 314 | 303 | 36 | 0 | 4 | 24 | 253 | 45 | 104 |
| Binary | 10001111 | 11001100 | 11000011 | 11110 | 0 | 100 | 10100 | 10101011 | 100101 | 1000100 |
Color Harmonies of #8FCCC3
Complementary color
Monochromatic Colors of #8FCCC3
Black with #8FCCC3
Text Example
Text Example
White with #8FCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCC3; }
p { color: rgb(143,204,195); }
H1.HeaderClassName
{
color: #8FCCC3;
}
.AnyTagClassName
{
color: #8FCCC3;
}
</style>
background-color css
<style>
a { background-color: #8FCCC3; }
a { background-color: rgb(143,204,195); }
div.DivClassName
{
background-color: #8FCCC3;
}
.BgClassName
{
background-color: #8FCCC3;
}
</style>
border-color css
<style>
span { border-color: #8FCCC3; }
span { border-color: rgb(143,204,195); }
td.TdClassName
{
border-color: #8FCCC3;
}
.TagClassName
{
border-color: #8FCCC3;
}
</style>