Shades of Bermuda #80CEBE
Tints of Bermuda #80CEBE
RGB
CMYK
RGB Variations
Color information
#80CEBE (or 0x80CEBE) is known color: Bermuda. HEX triplet: 80, CE and BE. RGB value is (128,206,190). Sum of RGB (Red+Green+Blue) = 128+206+190=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBE is #7F3141. Grayscale: #B4B4B4. Windows color (decimal): -8335682 or 12504704. OLE color: 12504704.
HSL color Cylindrical-coordinate representation of color #80CEBE: hue angle of 167.69º 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 #80CEBE is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 190 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.19 |
| HSL | 167.69º | 0.44% | 0.65% | - |
| HSV(B) | 167.69º | 0.38% | 0.81% | - |
| XYZ | 40.27 | 52.45 | 56.72 | - |
| YUV | 180.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 190 | 0.38 | 0 | 0.08 | 0.19 | 167.69 | 0.44 | 0.65 |
| Hex | 80 | CE | BE | 26 | 0 | 8 | 13 | A8 | 2C | 41 |
| Octal | 200 | 316 | 276 | 46 | 0 | 10 | 23 | 250 | 54 | 101 |
| Binary | 10000000 | 11001110 | 10111110 | 100110 | 0 | 1000 | 10011 | 10101000 | 101100 | 1000001 |
Color Harmonies of #80CEBE
Complementary color
Monochromatic Colors of #80CEBE
Black with #80CEBE
Text Example
Text Example
White with #80CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEBE; }
p { color: rgb(128,206,190); }
H1.HeaderClassName
{
color: #80CEBE;
}
.AnyTagClassName
{
color: #80CEBE;
}
</style>
background-color css
<style>
a { background-color: #80CEBE; }
a { background-color: rgb(128,206,190); }
div.DivClassName
{
background-color: #80CEBE;
}
.BgClassName
{
background-color: #80CEBE;
}
</style>
border-color css
<style>
span { border-color: #80CEBE; }
span { border-color: rgb(128,206,190); }
td.TdClassName
{
border-color: #80CEBE;
}
.TagClassName
{
border-color: #80CEBE;
}
</style>