Shades of Bermuda #80CDC7
Tints of Bermuda #80CDC7
RGB
CMYK
RGB Variations
Color information
#80CDC7 (or 0x80CDC7) is known color: Bermuda. HEX triplet: 80, CD and C7. RGB value is (128,205,199). Sum of RGB (Red+Green+Blue) = 128+205+199=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDC7 is #7F3238. Grayscale: #B5B5B5. Windows color (decimal): -8335929 or 13094272. OLE color: 13094272.
HSL color Cylindrical-coordinate representation of color #80CDC7: hue angle of 175.32º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CDC7 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 199 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.20 |
| HSL | 175.32º | 0.44% | 0.65% | - |
| HSV(B) | 175.32º | 0.38% | 0.8% | - |
| XYZ | 41.04 | 52.38 | 61.98 | - |
| YUV | 181.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 199 | 0.38 | 0 | 0.03 | 0.20 | 175.32 | 0.44 | 0.65 |
| Hex | 80 | CD | C7 | 26 | 0 | 3 | 14 | AF | 2C | 41 |
| Octal | 200 | 315 | 307 | 46 | 0 | 3 | 24 | 257 | 54 | 101 |
| Binary | 10000000 | 11001101 | 11000111 | 100110 | 0 | 11 | 10100 | 10101111 | 101100 | 1000001 |
Color Harmonies of #80CDC7
Complementary color
Monochromatic Colors of #80CDC7
Black with #80CDC7
Text Example
Text Example
White with #80CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDC7; }
p { color: rgb(128,205,199); }
H1.HeaderClassName
{
color: #80CDC7;
}
.AnyTagClassName
{
color: #80CDC7;
}
</style>
background-color css
<style>
a { background-color: #80CDC7; }
a { background-color: rgb(128,205,199); }
div.DivClassName
{
background-color: #80CDC7;
}
.BgClassName
{
background-color: #80CDC7;
}
</style>
border-color css
<style>
span { border-color: #80CDC7; }
span { border-color: rgb(128,205,199); }
td.TdClassName
{
border-color: #80CDC7;
}
.TagClassName
{
border-color: #80CDC7;
}
</style>