Shades of Bermuda #80CDC2
Tints of Bermuda #80CDC2
RGB
CMYK
RGB Variations
Color information
#80CDC2 (or 0x80CDC2) is known color: Bermuda. HEX triplet: 80, CD and C2. RGB value is (128,205,194). Sum of RGB (Red+Green+Blue) = 128+205+194=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #80CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDC2 is #7F323D. Grayscale: #B4B4B4. Windows color (decimal): -8335934 or 12766592. OLE color: 12766592.
HSL color Cylindrical-coordinate representation of color #80CDC2: hue angle of 171.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CDC2 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 205 | 194 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.20 |
| HSL | 171.43º | 0.44% | 0.65% | - |
| HSV(B) | 171.43º | 0.38% | 0.8% | - |
| XYZ | 40.47 | 52.15 | 58.97 | - |
| YUV | 180.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 205 | 194 | 0.38 | 0 | 0.05 | 0.20 | 171.43 | 0.44 | 0.65 |
| Hex | 80 | CD | C2 | 26 | 0 | 5 | 14 | AB | 2C | 41 |
| Octal | 200 | 315 | 302 | 46 | 0 | 5 | 24 | 253 | 54 | 101 |
| Binary | 10000000 | 11001101 | 11000010 | 100110 | 0 | 101 | 10100 | 10101011 | 101100 | 1000001 |
Color Harmonies of #80CDC2
Complementary color
Monochromatic Colors of #80CDC2
Black with #80CDC2
Text Example
Text Example
White with #80CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CDC2; }
p { color: rgb(128,205,194); }
H1.HeaderClassName
{
color: #80CDC2;
}
.AnyTagClassName
{
color: #80CDC2;
}
</style>
background-color css
<style>
a { background-color: #80CDC2; }
a { background-color: rgb(128,205,194); }
div.DivClassName
{
background-color: #80CDC2;
}
.BgClassName
{
background-color: #80CDC2;
}
</style>
border-color css
<style>
span { border-color: #80CDC2; }
span { border-color: rgb(128,205,194); }
td.TdClassName
{
border-color: #80CDC2;
}
.TagClassName
{
border-color: #80CDC2;
}
</style>