Shades of Bermuda #80D0CA
Tints of Bermuda #80D0CA
RGB
CMYK
RGB Variations
Color information
#80D0CA (or 0x80D0CA) is known color: Bermuda. HEX triplet: 80, D0 and CA. RGB value is (128,208,202). Sum of RGB (Red+Green+Blue) = 128+208+202=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0CA is #7F2F35. Grayscale: #B7B7B7. Windows color (decimal): -8335158 or 13291648. OLE color: 13291648.
HSL color Cylindrical-coordinate representation of color #80D0CA: hue angle of 175.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0CA is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 202 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.18 |
| HSL | 175.5º | 0.46% | 0.66% | - |
| HSV(B) | 175.5º | 0.38% | 0.82% | - |
| XYZ | 42.12 | 53.97 | 64.07 | - |
| YUV | 183.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 202 | 0.38 | 0 | 0.03 | 0.18 | 175.5 | 0.46 | 0.66 |
| Hex | 80 | D0 | CA | 26 | 0 | 3 | 12 | B0 | 2E | 42 |
| Octal | 200 | 320 | 312 | 46 | 0 | 3 | 22 | 260 | 56 | 102 |
| Binary | 10000000 | 11010000 | 11001010 | 100110 | 0 | 11 | 10010 | 10110000 | 101110 | 1000010 |
Color Harmonies of #80D0CA
Complementary color
Monochromatic Colors of #80D0CA
Black with #80D0CA
Text Example
Text Example
White with #80D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0CA; }
p { color: rgb(128,208,202); }
H1.HeaderClassName
{
color: #80D0CA;
}
.AnyTagClassName
{
color: #80D0CA;
}
</style>
background-color css
<style>
a { background-color: #80D0CA; }
a { background-color: rgb(128,208,202); }
div.DivClassName
{
background-color: #80D0CA;
}
.BgClassName
{
background-color: #80D0CA;
}
</style>
border-color css
<style>
span { border-color: #80D0CA; }
span { border-color: rgb(128,208,202); }
td.TdClassName
{
border-color: #80D0CA;
}
.TagClassName
{
border-color: #80D0CA;
}
</style>