Shades of Bermuda #8CCFC2
Tints of Bermuda #8CCFC2
RGB
CMYK
RGB Variations
Color information
#8CCFC2 (or 0x8CCFC2) is known color: Bermuda. HEX triplet: 8C, CF and C2. RGB value is (140,207,194). Sum of RGB (Red+Green+Blue) = 140+207+194=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFC2 is #73303D. Grayscale: #B9B9B9. Windows color (decimal): -7548990 or 12767116. OLE color: 12767116.
HSL color Cylindrical-coordinate representation of color #8CCFC2: hue angle of 168.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFC2 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 194 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.19 |
| HSL | 168.36º | 0.41% | 0.68% | - |
| HSV(B) | 168.36º | 0.32% | 0.81% | - |
| XYZ | 42.87 | 54.1 | 59.22 | - |
| YUV | 185.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 194 | 0.32 | 0 | 0.06 | 0.19 | 168.36 | 0.41 | 0.68 |
| Hex | 8C | CF | C2 | 20 | 0 | 6 | 13 | A8 | 29 | 44 |
| Octal | 214 | 317 | 302 | 40 | 0 | 6 | 23 | 250 | 51 | 104 |
| Binary | 10001100 | 11001111 | 11000010 | 100000 | 0 | 110 | 10011 | 10101000 | 101001 | 1000100 |
Color Harmonies of #8CCFC2
Complementary color
Monochromatic Colors of #8CCFC2
Black with #8CCFC2
Text Example
Text Example
White with #8CCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFC2; }
p { color: rgb(140,207,194); }
H1.HeaderClassName
{
color: #8CCFC2;
}
.AnyTagClassName
{
color: #8CCFC2;
}
</style>
background-color css
<style>
a { background-color: #8CCFC2; }
a { background-color: rgb(140,207,194); }
div.DivClassName
{
background-color: #8CCFC2;
}
.BgClassName
{
background-color: #8CCFC2;
}
</style>
border-color css
<style>
span { border-color: #8CCFC2; }
span { border-color: rgb(140,207,194); }
td.TdClassName
{
border-color: #8CCFC2;
}
.TagClassName
{
border-color: #8CCFC2;
}
</style>