Shades of Bermuda #80CCC7
Tints of Bermuda #80CCC7
RGB
CMYK
RGB Variations
Color information
#80CCC7 (or 0x80CCC7) is known color: Bermuda. HEX triplet: 80, CC and C7. RGB value is (128,204,199). Sum of RGB (Red+Green+Blue) = 128+204+199=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCC7 is #7F3338. Grayscale: #B4B4B4. Windows color (decimal): -8336185 or 13094016. OLE color: 13094016.
HSL color Cylindrical-coordinate representation of color #80CCC7: hue angle of 176.05º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCC7 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 199 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.2 |
| HSL | 176.05º | 0.43% | 0.65% | - |
| HSV(B) | 176.05º | 0.37% | 0.8% | - |
| XYZ | 40.8 | 51.9 | 61.9 | - |
| YUV | 180.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 199 | 0.37 | 0 | 0.02 | 0.2 | 176.05 | 0.43 | 0.65 |
| Hex | 80 | CC | C7 | 25 | 0 | 2 | 14 | B0 | 2B | 41 |
| Octal | 200 | 314 | 307 | 45 | 0 | 2 | 24 | 260 | 53 | 101 |
| Binary | 10000000 | 11001100 | 11000111 | 100101 | 0 | 10 | 10100 | 10110000 | 101011 | 1000001 |
Color Harmonies of #80CCC7
Complementary color
Monochromatic Colors of #80CCC7
Black with #80CCC7
Text Example
Text Example
White with #80CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCC7; }
p { color: rgb(128,204,199); }
H1.HeaderClassName
{
color: #80CCC7;
}
.AnyTagClassName
{
color: #80CCC7;
}
</style>
background-color css
<style>
a { background-color: #80CCC7; }
a { background-color: rgb(128,204,199); }
div.DivClassName
{
background-color: #80CCC7;
}
.BgClassName
{
background-color: #80CCC7;
}
</style>
border-color css
<style>
span { border-color: #80CCC7; }
span { border-color: rgb(128,204,199); }
td.TdClassName
{
border-color: #80CCC7;
}
.TagClassName
{
border-color: #80CCC7;
}
</style>