Shades of Bermuda #8CCBB6
Tints of Bermuda #8CCBB6
RGB
CMYK
RGB Variations
Color information
#8CCBB6 (or 0x8CCBB6) is known color: Bermuda. HEX triplet: 8C, CB and B6. RGB value is (140,203,182). Sum of RGB (Red+Green+Blue) = 140+203+182=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBB6 is #733449. Grayscale: #B5B5B5. Windows color (decimal): -7550026 or 11979660. OLE color: 11979660.
HSL color Cylindrical-coordinate representation of color #8CCBB6: hue angle of 160º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCBB6 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 182 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.20 |
| HSL | 160º | 0.38% | 0.67% | - |
| HSV(B) | 160º | 0.31% | 0.8% | - |
| XYZ | 40.61 | 51.66 | 52.09 | - |
| YUV | 181.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 182 | 0.31 | 0 | 0.10 | 0.20 | 160 | 0.38 | 0.67 |
| Hex | 8C | CB | B6 | 1F | 0 | A | 14 | A0 | 26 | 43 |
| Octal | 214 | 313 | 266 | 37 | 0 | 12 | 24 | 240 | 46 | 103 |
| Binary | 10001100 | 11001011 | 10110110 | 11111 | 0 | 1010 | 10100 | 10100000 | 100110 | 1000011 |
Color Harmonies of #8CCBB6
Complementary color
Monochromatic Colors of #8CCBB6
Black with #8CCBB6
Text Example
Text Example
White with #8CCBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBB6; }
p { color: rgb(140,203,182); }
H1.HeaderClassName
{
color: #8CCBB6;
}
.AnyTagClassName
{
color: #8CCBB6;
}
</style>
background-color css
<style>
a { background-color: #8CCBB6; }
a { background-color: rgb(140,203,182); }
div.DivClassName
{
background-color: #8CCBB6;
}
.BgClassName
{
background-color: #8CCBB6;
}
</style>
border-color css
<style>
span { border-color: #8CCBB6; }
span { border-color: rgb(140,203,182); }
td.TdClassName
{
border-color: #8CCBB6;
}
.TagClassName
{
border-color: #8CCBB6;
}
</style>