Shades of Bermuda #8FC7C4
Tints of Bermuda #8FC7C4
RGB
CMYK
RGB Variations
Color information
#8FC7C4 (or 0x8FC7C4) is known color: Bermuda. HEX triplet: 8F, C7 and C4. RGB value is (143,199,196). Sum of RGB (Red+Green+Blue) = 143+199+196=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC7C4 is #70383B. Grayscale: #B5B5B5. Windows color (decimal): -7354428 or 12896143. OLE color: 12896143.
HSL color Cylindrical-coordinate representation of color #8FC7C4: hue angle of 176.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC7C4 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 196 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.22 |
| HSL | 176.79º | 0.33% | 0.67% | - |
| HSV(B) | 176.79º | 0.28% | 0.78% | - |
| XYZ | 41.71 | 50.67 | 59.81 | - |
| YUV | 181.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 196 | 0.28 | 0 | 0.02 | 0.22 | 176.79 | 0.33 | 0.67 |
| Hex | 8F | C7 | C4 | 1C | 0 | 2 | 16 | B1 | 21 | 43 |
| Octal | 217 | 307 | 304 | 34 | 0 | 2 | 26 | 261 | 41 | 103 |
| Binary | 10001111 | 11000111 | 11000100 | 11100 | 0 | 10 | 10110 | 10110001 | 100001 | 1000011 |
Color Harmonies of #8FC7C4
Complementary color
Monochromatic Colors of #8FC7C4
Black with #8FC7C4
Text Example
Text Example
White with #8FC7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC7C4; }
p { color: rgb(143,199,196); }
H1.HeaderClassName
{
color: #8FC7C4;
}
.AnyTagClassName
{
color: #8FC7C4;
}
</style>
background-color css
<style>
a { background-color: #8FC7C4; }
a { background-color: rgb(143,199,196); }
div.DivClassName
{
background-color: #8FC7C4;
}
.BgClassName
{
background-color: #8FC7C4;
}
</style>
border-color css
<style>
span { border-color: #8FC7C4; }
span { border-color: rgb(143,199,196); }
td.TdClassName
{
border-color: #8FC7C4;
}
.TagClassName
{
border-color: #8FC7C4;
}
</style>