Shades of Bermuda #8FCEC4
Tints of Bermuda #8FCEC4
RGB
CMYK
RGB Variations
Color information
#8FCEC4 (or 0x8FCEC4) is known color: Bermuda. HEX triplet: 8F, CE and C4. RGB value is (143,206,196). Sum of RGB (Red+Green+Blue) = 143+206+196=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEC4 is #70313B. Grayscale: #BABABA. Windows color (decimal): -7352636 or 12897935. OLE color: 12897935.
HSL color Cylindrical-coordinate representation of color #8FCEC4: hue angle of 170.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEC4 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 196 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.19 |
| HSL | 170.48º | 0.39% | 0.68% | - |
| HSV(B) | 170.48º | 0.31% | 0.81% | - |
| XYZ | 43.36 | 53.97 | 60.36 | - |
| YUV | 186.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 196 | 0.31 | 0 | 0.05 | 0.19 | 170.48 | 0.39 | 0.68 |
| Hex | 8F | CE | C4 | 1F | 0 | 5 | 13 | AA | 27 | 44 |
| Octal | 217 | 316 | 304 | 37 | 0 | 5 | 23 | 252 | 47 | 104 |
| Binary | 10001111 | 11001110 | 11000100 | 11111 | 0 | 101 | 10011 | 10101010 | 100111 | 1000100 |
Color Harmonies of #8FCEC4
Complementary color
Monochromatic Colors of #8FCEC4
Black with #8FCEC4
Text Example
Text Example
White with #8FCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEC4; }
p { color: rgb(143,206,196); }
H1.HeaderClassName
{
color: #8FCEC4;
}
.AnyTagClassName
{
color: #8FCEC4;
}
</style>
background-color css
<style>
a { background-color: #8FCEC4; }
a { background-color: rgb(143,206,196); }
div.DivClassName
{
background-color: #8FCEC4;
}
.BgClassName
{
background-color: #8FCEC4;
}
</style>
border-color css
<style>
span { border-color: #8FCEC4; }
span { border-color: rgb(143,206,196); }
td.TdClassName
{
border-color: #8FCEC4;
}
.TagClassName
{
border-color: #8FCEC4;
}
</style>