Shades of Bermuda #8CD0C7
Tints of Bermuda #8CD0C7
RGB
CMYK
RGB Variations
Color information
#8CD0C7 (or 0x8CD0C7) is known color: Bermuda. HEX triplet: 8C, D0 and C7. RGB value is (140,208,199). Sum of RGB (Red+Green+Blue) = 140+208+199=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD0C7 is #732F38. Grayscale: #BABABA. Windows color (decimal): -7548729 or 13095052. OLE color: 13095052.
HSL color Cylindrical-coordinate representation of color #8CD0C7: hue angle of 172.06º 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 #8CD0C7 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 208 | 199 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.18 |
| HSL | 172.06º | 0.42% | 0.68% | - |
| HSV(B) | 172.06º | 0.33% | 0.82% | - |
| XYZ | 43.68 | 54.81 | 62.31 | - |
| YUV | 186.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 208 | 199 | 0.33 | 0 | 0.04 | 0.18 | 172.06 | 0.42 | 0.68 |
| Hex | 8C | D0 | C7 | 21 | 0 | 4 | 12 | AC | 2A | 44 |
| Octal | 214 | 320 | 307 | 41 | 0 | 4 | 22 | 254 | 52 | 104 |
| Binary | 10001100 | 11010000 | 11000111 | 100001 | 0 | 100 | 10010 | 10101100 | 101010 | 1000100 |
Color Harmonies of #8CD0C7
Complementary color
Monochromatic Colors of #8CD0C7
Black with #8CD0C7
Text Example
Text Example
White with #8CD0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD0C7; }
p { color: rgb(140,208,199); }
H1.HeaderClassName
{
color: #8CD0C7;
}
.AnyTagClassName
{
color: #8CD0C7;
}
</style>
background-color css
<style>
a { background-color: #8CD0C7; }
a { background-color: rgb(140,208,199); }
div.DivClassName
{
background-color: #8CD0C7;
}
.BgClassName
{
background-color: #8CD0C7;
}
</style>
border-color css
<style>
span { border-color: #8CD0C7; }
span { border-color: rgb(140,208,199); }
td.TdClassName
{
border-color: #8CD0C7;
}
.TagClassName
{
border-color: #8CD0C7;
}
</style>