Shades of Bermuda #8CCBC3
Tints of Bermuda #8CCBC3
RGB
CMYK
RGB Variations
Color information
#8CCBC3 (or 0x8CCBC3) is known color: Bermuda. HEX triplet: 8C, CB and C3. RGB value is (140,203,195). Sum of RGB (Red+Green+Blue) = 140+203+195=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBC3 is #73343C. Grayscale: #B7B7B7. Windows color (decimal): -7550013 or 12831628. OLE color: 12831628.
HSL color Cylindrical-coordinate representation of color #8CCBC3: hue angle of 172.38º 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 #8CCBC3 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 195 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.20 |
| HSL | 172.38º | 0.38% | 0.67% | - |
| HSV(B) | 172.38º | 0.31% | 0.8% | - |
| XYZ | 42.02 | 52.23 | 59.5 | - |
| YUV | 183.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 195 | 0.31 | 0 | 0.04 | 0.20 | 172.38 | 0.38 | 0.67 |
| Hex | 8C | CB | C3 | 1F | 0 | 4 | 14 | AC | 26 | 43 |
| Octal | 214 | 313 | 303 | 37 | 0 | 4 | 24 | 254 | 46 | 103 |
| Binary | 10001100 | 11001011 | 11000011 | 11111 | 0 | 100 | 10100 | 10101100 | 100110 | 1000011 |
Color Harmonies of #8CCBC3
Complementary color
Monochromatic Colors of #8CCBC3
Black with #8CCBC3
Text Example
Text Example
White with #8CCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBC3; }
p { color: rgb(140,203,195); }
H1.HeaderClassName
{
color: #8CCBC3;
}
.AnyTagClassName
{
color: #8CCBC3;
}
</style>
background-color css
<style>
a { background-color: #8CCBC3; }
a { background-color: rgb(140,203,195); }
div.DivClassName
{
background-color: #8CCBC3;
}
.BgClassName
{
background-color: #8CCBC3;
}
</style>
border-color css
<style>
span { border-color: #8CCBC3; }
span { border-color: rgb(140,203,195); }
td.TdClassName
{
border-color: #8CCBC3;
}
.TagClassName
{
border-color: #8CCBC3;
}
</style>