Shades of Bermuda #80C9C2
Tints of Bermuda #80C9C2
RGB
CMYK
RGB Variations
Color information
#80C9C2 (or 0x80C9C2) is known color: Bermuda. HEX triplet: 80, C9 and C2. RGB value is (128,201,194). Sum of RGB (Red+Green+Blue) = 128+201+194=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #80C9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9C2 is #7F363D. Grayscale: #B2B2B2. Windows color (decimal): -8336958 or 12765568. OLE color: 12765568.
HSL color Cylindrical-coordinate representation of color #80C9C2: hue angle of 174.25º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C9C2 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 194 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.21 |
| HSL | 174.25º | 0.4% | 0.65% | - |
| HSV(B) | 174.25º | 0.36% | 0.79% | - |
| XYZ | 39.53 | 50.26 | 58.66 | - |
| YUV | 178.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 194 | 0.36 | 0 | 0.03 | 0.21 | 174.25 | 0.4 | 0.65 |
| Hex | 80 | C9 | C2 | 24 | 0 | 3 | 15 | AE | 28 | 41 |
| Octal | 200 | 311 | 302 | 44 | 0 | 3 | 25 | 256 | 50 | 101 |
| Binary | 10000000 | 11001001 | 11000010 | 100100 | 0 | 11 | 10101 | 10101110 | 101000 | 1000001 |
Color Harmonies of #80C9C2
Complementary color
Monochromatic Colors of #80C9C2
Black with #80C9C2
Text Example
Text Example
White with #80C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9C2; }
p { color: rgb(128,201,194); }
H1.HeaderClassName
{
color: #80C9C2;
}
.AnyTagClassName
{
color: #80C9C2;
}
</style>
background-color css
<style>
a { background-color: #80C9C2; }
a { background-color: rgb(128,201,194); }
div.DivClassName
{
background-color: #80C9C2;
}
.BgClassName
{
background-color: #80C9C2;
}
</style>
border-color css
<style>
span { border-color: #80C9C2; }
span { border-color: rgb(128,201,194); }
td.TdClassName
{
border-color: #80C9C2;
}
.TagClassName
{
border-color: #80C9C2;
}
</style>