Shades of Bermuda #8CCAC0
Tints of Bermuda #8CCAC0
RGB
CMYK
RGB Variations
Color information
#8CCAC0 (or 0x8CCAC0) is known color: Bermuda. HEX triplet: 8C, CA and C0. RGB value is (140,202,192). Sum of RGB (Red+Green+Blue) = 140+202+192=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCAC0 is #73353F. Grayscale: #B6B6B6. Windows color (decimal): -7550272 or 12634764. OLE color: 12634764.
HSL color Cylindrical-coordinate representation of color #8CCAC0: hue angle of 170.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAC0 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 192 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.21 |
| HSL | 170.32º | 0.37% | 0.67% | - |
| HSV(B) | 170.32º | 0.31% | 0.79% | - |
| XYZ | 41.45 | 51.62 | 57.65 | - |
| YUV | 182.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 192 | 0.31 | 0 | 0.05 | 0.21 | 170.32 | 0.37 | 0.67 |
| Hex | 8C | CA | C0 | 1F | 0 | 5 | 15 | AA | 25 | 43 |
| Octal | 214 | 312 | 300 | 37 | 0 | 5 | 25 | 252 | 45 | 103 |
| Binary | 10001100 | 11001010 | 11000000 | 11111 | 0 | 101 | 10101 | 10101010 | 100101 | 1000011 |
Color Harmonies of #8CCAC0
Complementary color
Monochromatic Colors of #8CCAC0
Black with #8CCAC0
Text Example
Text Example
White with #8CCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCAC0; }
p { color: rgb(140,202,192); }
H1.HeaderClassName
{
color: #8CCAC0;
}
.AnyTagClassName
{
color: #8CCAC0;
}
</style>
background-color css
<style>
a { background-color: #8CCAC0; }
a { background-color: rgb(140,202,192); }
div.DivClassName
{
background-color: #8CCAC0;
}
.BgClassName
{
background-color: #8CCAC0;
}
</style>
border-color css
<style>
span { border-color: #8CCAC0; }
span { border-color: rgb(140,202,192); }
td.TdClassName
{
border-color: #8CCAC0;
}
.TagClassName
{
border-color: #8CCAC0;
}
</style>