Shades of Bermuda #80CEC4
Tints of Bermuda #80CEC4
RGB
CMYK
RGB Variations
Color information
#80CEC4 (or 0x80CEC4) is known color: Bermuda. HEX triplet: 80, CE and C4. RGB value is (128,206,196). Sum of RGB (Red+Green+Blue) = 128+206+196=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEC4 is #7F313B. Grayscale: #B5B5B5. Windows color (decimal): -8335676 or 12897920. OLE color: 12897920.
HSL color Cylindrical-coordinate representation of color #80CEC4: hue angle of 172.31º 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 #80CEC4 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 196 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.19 |
| HSL | 172.31º | 0.44% | 0.65% | - |
| HSV(B) | 172.31º | 0.38% | 0.81% | - |
| XYZ | 40.94 | 52.72 | 60.24 | - |
| YUV | 181.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 196 | 0.38 | 0 | 0.05 | 0.19 | 172.31 | 0.44 | 0.65 |
| Hex | 80 | CE | C4 | 26 | 0 | 5 | 13 | AC | 2C | 41 |
| Octal | 200 | 316 | 304 | 46 | 0 | 5 | 23 | 254 | 54 | 101 |
| Binary | 10000000 | 11001110 | 11000100 | 100110 | 0 | 101 | 10011 | 10101100 | 101100 | 1000001 |
Color Harmonies of #80CEC4
Complementary color
Monochromatic Colors of #80CEC4
Black with #80CEC4
Text Example
Text Example
White with #80CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEC4; }
p { color: rgb(128,206,196); }
H1.HeaderClassName
{
color: #80CEC4;
}
.AnyTagClassName
{
color: #80CEC4;
}
</style>
background-color css
<style>
a { background-color: #80CEC4; }
a { background-color: rgb(128,206,196); }
div.DivClassName
{
background-color: #80CEC4;
}
.BgClassName
{
background-color: #80CEC4;
}
</style>
border-color css
<style>
span { border-color: #80CEC4; }
span { border-color: rgb(128,206,196); }
td.TdClassName
{
border-color: #80CEC4;
}
.TagClassName
{
border-color: #80CEC4;
}
</style>