Shades of Bermuda #8CC8C2
Tints of Bermuda #8CC8C2
RGB
CMYK
RGB Variations
Color information
#8CC8C2 (or 0x8CC8C2) is known color: Bermuda. HEX triplet: 8C, C8 and C2. RGB value is (140,200,194). Sum of RGB (Red+Green+Blue) = 140+200+194=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8C2 is #73373D. Grayscale: #B5B5B5. Windows color (decimal): -7550782 or 12765324. OLE color: 12765324.
HSL color Cylindrical-coordinate representation of color #8CC8C2: hue angle of 174º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8C2 is Cyan = 0.3, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 194 | - |
| CMYK | 0.3 | 0 | 0.03 | 0.22 |
| HSL | 174º | 0.35% | 0.67% | - |
| HSV(B) | 174º | 0.3% | 0.78% | - |
| XYZ | 41.21 | 50.78 | 58.67 | - |
| YUV | 181.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 194 | 0.3 | 0 | 0.03 | 0.22 | 174 | 0.35 | 0.67 |
| Hex | 8C | C8 | C2 | 1E | 0 | 3 | 16 | AE | 23 | 43 |
| Octal | 214 | 310 | 302 | 36 | 0 | 3 | 26 | 256 | 43 | 103 |
| Binary | 10001100 | 11001000 | 11000010 | 11110 | 0 | 11 | 10110 | 10101110 | 100011 | 1000011 |
Color Harmonies of #8CC8C2
Complementary color
Monochromatic Colors of #8CC8C2
Black with #8CC8C2
Text Example
Text Example
White with #8CC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC8C2; }
p { color: rgb(140,200,194); }
H1.HeaderClassName
{
color: #8CC8C2;
}
.AnyTagClassName
{
color: #8CC8C2;
}
</style>
background-color css
<style>
a { background-color: #8CC8C2; }
a { background-color: rgb(140,200,194); }
div.DivClassName
{
background-color: #8CC8C2;
}
.BgClassName
{
background-color: #8CC8C2;
}
</style>
border-color css
<style>
span { border-color: #8CC8C2; }
span { border-color: rgb(140,200,194); }
td.TdClassName
{
border-color: #8CC8C2;
}
.TagClassName
{
border-color: #8CC8C2;
}
</style>