Shades of Bermuda #80CEC1
Tints of Bermuda #80CEC1
RGB
CMYK
RGB Variations
Color information
#80CEC1 (or 0x80CEC1) is known color: Bermuda. HEX triplet: 80, CE and C1. RGB value is (128,206,193). Sum of RGB (Red+Green+Blue) = 128+206+193=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEC1 is #7F313E. Grayscale: #B5B5B5. Windows color (decimal): -8335679 or 12701312. OLE color: 12701312.
HSL color Cylindrical-coordinate representation of color #80CEC1: hue angle of 170º 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 #80CEC1 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 193 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.19 |
| HSL | 170º | 0.44% | 0.65% | - |
| HSV(B) | 170º | 0.38% | 0.81% | - |
| XYZ | 40.6 | 52.58 | 58.46 | - |
| YUV | 181.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 193 | 0.38 | 0 | 0.06 | 0.19 | 170 | 0.44 | 0.65 |
| Hex | 80 | CE | C1 | 26 | 0 | 6 | 13 | AA | 2C | 41 |
| Octal | 200 | 316 | 301 | 46 | 0 | 6 | 23 | 252 | 54 | 101 |
| Binary | 10000000 | 11001110 | 11000001 | 100110 | 0 | 110 | 10011 | 10101010 | 101100 | 1000001 |
Color Harmonies of #80CEC1
Complementary color
Monochromatic Colors of #80CEC1
Black with #80CEC1
Text Example
Text Example
White with #80CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEC1; }
p { color: rgb(128,206,193); }
H1.HeaderClassName
{
color: #80CEC1;
}
.AnyTagClassName
{
color: #80CEC1;
}
</style>
background-color css
<style>
a { background-color: #80CEC1; }
a { background-color: rgb(128,206,193); }
div.DivClassName
{
background-color: #80CEC1;
}
.BgClassName
{
background-color: #80CEC1;
}
</style>
border-color css
<style>
span { border-color: #80CEC1; }
span { border-color: rgb(128,206,193); }
td.TdClassName
{
border-color: #80CEC1;
}
.TagClassName
{
border-color: #80CEC1;
}
</style>