Shades of Bermuda #80CEC2
Tints of Bermuda #80CEC2
RGB
CMYK
RGB Variations
Color information
#80CEC2 (or 0x80CEC2) is known color: Bermuda. HEX triplet: 80, CE and C2. RGB value is (128,206,194). Sum of RGB (Red+Green+Blue) = 128+206+194=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEC2 is #7F313D. Grayscale: #B5B5B5. Windows color (decimal): -8335678 or 12766848. OLE color: 12766848.
HSL color Cylindrical-coordinate representation of color #80CEC2: hue angle of 170.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEC2 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 194 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.19 |
| HSL | 170.77º | 0.44% | 0.65% | - |
| HSV(B) | 170.77º | 0.38% | 0.81% | - |
| XYZ | 40.71 | 52.63 | 59.05 | - |
| YUV | 181.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 194 | 0.38 | 0 | 0.06 | 0.19 | 170.77 | 0.44 | 0.65 |
| Hex | 80 | CE | C2 | 26 | 0 | 6 | 13 | AB | 2C | 41 |
| Octal | 200 | 316 | 302 | 46 | 0 | 6 | 23 | 253 | 54 | 101 |
| Binary | 10000000 | 11001110 | 11000010 | 100110 | 0 | 110 | 10011 | 10101011 | 101100 | 1000001 |
Color Harmonies of #80CEC2
Complementary color
Monochromatic Colors of #80CEC2
Black with #80CEC2
Text Example
Text Example
White with #80CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEC2; }
p { color: rgb(128,206,194); }
H1.HeaderClassName
{
color: #80CEC2;
}
.AnyTagClassName
{
color: #80CEC2;
}
</style>
background-color css
<style>
a { background-color: #80CEC2; }
a { background-color: rgb(128,206,194); }
div.DivClassName
{
background-color: #80CEC2;
}
.BgClassName
{
background-color: #80CEC2;
}
</style>
border-color css
<style>
span { border-color: #80CEC2; }
span { border-color: rgb(128,206,194); }
td.TdClassName
{
border-color: #80CEC2;
}
.TagClassName
{
border-color: #80CEC2;
}
</style>