Shades of Bermuda #8CD0C5
Tints of Bermuda #8CD0C5
RGB
CMYK
RGB Variations
Color information
#8CD0C5 (or 0x8CD0C5) is known color: Bermuda. HEX triplet: 8C, D0 and C5. RGB value is (140,208,197). Sum of RGB (Red+Green+Blue) = 140+208+197=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD0C5 is #732F3A. Grayscale: #BABABA. Windows color (decimal): -7548731 or 12963980. OLE color: 12963980.
HSL color Cylindrical-coordinate representation of color #8CD0C5: hue angle of 170.29º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD0C5 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 208 | 197 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.18 |
| HSL | 170.29º | 0.42% | 0.68% | - |
| HSV(B) | 170.29º | 0.33% | 0.82% | - |
| XYZ | 43.45 | 54.72 | 61.1 | - |
| YUV | 186.41 | 133.97 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 208 | 197 | 0.33 | 0 | 0.05 | 0.18 | 170.29 | 0.42 | 0.68 |
| Hex | 8C | D0 | C5 | 21 | 0 | 5 | 12 | AA | 2A | 44 |
| Octal | 214 | 320 | 305 | 41 | 0 | 5 | 22 | 252 | 52 | 104 |
| Binary | 10001100 | 11010000 | 11000101 | 100001 | 0 | 101 | 10010 | 10101010 | 101010 | 1000100 |
Color Harmonies of #8CD0C5
Complementary color
Monochromatic Colors of #8CD0C5
Black with #8CD0C5
Text Example
Text Example
White with #8CD0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD0C5; }
p { color: rgb(140,208,197); }
H1.HeaderClassName
{
color: #8CD0C5;
}
.AnyTagClassName
{
color: #8CD0C5;
}
</style>
background-color css
<style>
a { background-color: #8CD0C5; }
a { background-color: rgb(140,208,197); }
div.DivClassName
{
background-color: #8CD0C5;
}
.BgClassName
{
background-color: #8CD0C5;
}
</style>
border-color css
<style>
span { border-color: #8CD0C5; }
span { border-color: rgb(140,208,197); }
td.TdClassName
{
border-color: #8CD0C5;
}
.TagClassName
{
border-color: #8CD0C5;
}
</style>