Shades of Bermuda #80CCBD
Tints of Bermuda #80CCBD
RGB
CMYK
RGB Variations
Color information
#80CCBD (or 0x80CCBD) is known color: Bermuda. HEX triplet: 80, CC and BD. RGB value is (128,204,189). Sum of RGB (Red+Green+Blue) = 128+204+189=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCBD is #7F3342. Grayscale: #B3B3B3. Windows color (decimal): -8336195 or 12438656. OLE color: 12438656.
HSL color Cylindrical-coordinate representation of color #80CCBD: hue angle of 168.16º 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 #80CCBD is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 189 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.2 |
| HSL | 168.16º | 0.43% | 0.65% | - |
| HSV(B) | 168.16º | 0.37% | 0.8% | - |
| XYZ | 39.68 | 51.45 | 55.98 | - |
| YUV | 179.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 189 | 0.37 | 0 | 0.07 | 0.2 | 168.16 | 0.43 | 0.65 |
| Hex | 80 | CC | BD | 25 | 0 | 7 | 14 | A8 | 2B | 41 |
| Octal | 200 | 314 | 275 | 45 | 0 | 7 | 24 | 250 | 53 | 101 |
| Binary | 10000000 | 11001100 | 10111101 | 100101 | 0 | 111 | 10100 | 10101000 | 101011 | 1000001 |
Color Harmonies of #80CCBD
Complementary color
Monochromatic Colors of #80CCBD
Black with #80CCBD
Text Example
Text Example
White with #80CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCBD; }
p { color: rgb(128,204,189); }
H1.HeaderClassName
{
color: #80CCBD;
}
.AnyTagClassName
{
color: #80CCBD;
}
</style>
background-color css
<style>
a { background-color: #80CCBD; }
a { background-color: rgb(128,204,189); }
div.DivClassName
{
background-color: #80CCBD;
}
.BgClassName
{
background-color: #80CCBD;
}
</style>
border-color css
<style>
span { border-color: #80CCBD; }
span { border-color: rgb(128,204,189); }
td.TdClassName
{
border-color: #80CCBD;
}
.TagClassName
{
border-color: #80CCBD;
}
</style>