Shades of Bermuda #80D0C2
Tints of Bermuda #80D0C2
RGB
CMYK
RGB Variations
Color information
#80D0C2 (or 0x80D0C2) is known color: Bermuda. HEX triplet: 80, D0 and C2. RGB value is (128,208,194). Sum of RGB (Red+Green+Blue) = 128+208+194=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0C2 is #7F2F3D. Grayscale: #B6B6B6. Windows color (decimal): -8335166 or 12767360. OLE color: 12767360.
HSL color Cylindrical-coordinate representation of color #80D0C2: hue angle of 169.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 #80D0C2 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 194 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.18 |
| HSL | 169.5º | 0.46% | 0.66% | - |
| HSV(B) | 169.5º | 0.38% | 0.82% | - |
| XYZ | 41.2 | 53.6 | 59.21 | - |
| YUV | 182.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 194 | 0.38 | 0 | 0.07 | 0.18 | 169.5 | 0.46 | 0.66 |
| Hex | 80 | D0 | C2 | 26 | 0 | 7 | 12 | AA | 2E | 42 |
| Octal | 200 | 320 | 302 | 46 | 0 | 7 | 22 | 252 | 56 | 102 |
| Binary | 10000000 | 11010000 | 11000010 | 100110 | 0 | 111 | 10010 | 10101010 | 101110 | 1000010 |
Color Harmonies of #80D0C2
Complementary color
Monochromatic Colors of #80D0C2
Black with #80D0C2
Text Example
Text Example
White with #80D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0C2; }
p { color: rgb(128,208,194); }
H1.HeaderClassName
{
color: #80D0C2;
}
.AnyTagClassName
{
color: #80D0C2;
}
</style>
background-color css
<style>
a { background-color: #80D0C2; }
a { background-color: rgb(128,208,194); }
div.DivClassName
{
background-color: #80D0C2;
}
.BgClassName
{
background-color: #80D0C2;
}
</style>
border-color css
<style>
span { border-color: #80D0C2; }
span { border-color: rgb(128,208,194); }
td.TdClassName
{
border-color: #80D0C2;
}
.TagClassName
{
border-color: #80D0C2;
}
</style>