Shades of Bermuda #80C8C7
Tints of Bermuda #80C8C7
RGB
CMYK
RGB Variations
Color information
#80C8C7 (or 0x80C8C7) is known color: Bermuda. HEX triplet: 80, C8 and C7. RGB value is (128,200,199). Sum of RGB (Red+Green+Blue) = 128+200+199=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8C7 is #7F3738. Grayscale: #B2B2B2. Windows color (decimal): -8337209 or 13092992. OLE color: 13092992.
HSL color Cylindrical-coordinate representation of color #80C8C7: hue angle of 179.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C8C7 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 199 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.22 |
| HSL | 179.17º | 0.4% | 0.64% | - |
| HSV(B) | 179.17º | 0.36% | 0.78% | - |
| XYZ | 39.87 | 50.02 | 61.59 | - |
| YUV | 178.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 199 | 0.36 | 0 | 0.00 | 0.22 | 179.17 | 0.4 | 0.64 |
| Hex | 80 | C8 | C7 | 24 | 0 | 0 | 16 | B3 | 28 | 40 |
| Octal | 200 | 310 | 307 | 44 | 0 | 0 | 26 | 263 | 50 | 100 |
| Binary | 10000000 | 11001000 | 11000111 | 100100 | 0 | 0 | 10110 | 10110011 | 101000 | 1000000 |
Color Harmonies of #80C8C7
Complementary color
Monochromatic Colors of #80C8C7
Black with #80C8C7
Text Example
Text Example
White with #80C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8C7; }
p { color: rgb(128,200,199); }
H1.HeaderClassName
{
color: #80C8C7;
}
.AnyTagClassName
{
color: #80C8C7;
}
</style>
background-color css
<style>
a { background-color: #80C8C7; }
a { background-color: rgb(128,200,199); }
div.DivClassName
{
background-color: #80C8C7;
}
.BgClassName
{
background-color: #80C8C7;
}
</style>
border-color css
<style>
span { border-color: #80C8C7; }
span { border-color: rgb(128,200,199); }
td.TdClassName
{
border-color: #80C8C7;
}
.TagClassName
{
border-color: #80C8C7;
}
</style>