Shades of Bermuda #80D0C4
Tints of Bermuda #80D0C4
RGB
CMYK
RGB Variations
Color information
#80D0C4 (or 0x80D0C4) is known color: Bermuda. HEX triplet: 80, D0 and C4. RGB value is (128,208,196). Sum of RGB (Red+Green+Blue) = 128+208+196=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0C4 is #7F2F3B. Grayscale: #B6B6B6. Windows color (decimal): -8335164 or 12898432. OLE color: 12898432.
HSL color Cylindrical-coordinate representation of color #80D0C4: hue angle of 171º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0C4 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 196 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.18 |
| HSL | 171º | 0.46% | 0.66% | - |
| HSV(B) | 171º | 0.38% | 0.82% | - |
| XYZ | 41.42 | 53.69 | 60.4 | - |
| YUV | 182.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 196 | 0.38 | 0 | 0.06 | 0.18 | 171 | 0.46 | 0.66 |
| Hex | 80 | D0 | C4 | 26 | 0 | 6 | 12 | AB | 2E | 42 |
| Octal | 200 | 320 | 304 | 46 | 0 | 6 | 22 | 253 | 56 | 102 |
| Binary | 10000000 | 11010000 | 11000100 | 100110 | 0 | 110 | 10010 | 10101011 | 101110 | 1000010 |
Color Harmonies of #80D0C4
Complementary color
Monochromatic Colors of #80D0C4
Black with #80D0C4
Text Example
Text Example
White with #80D0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0C4; }
p { color: rgb(128,208,196); }
H1.HeaderClassName
{
color: #80D0C4;
}
.AnyTagClassName
{
color: #80D0C4;
}
</style>
background-color css
<style>
a { background-color: #80D0C4; }
a { background-color: rgb(128,208,196); }
div.DivClassName
{
background-color: #80D0C4;
}
.BgClassName
{
background-color: #80D0C4;
}
</style>
border-color css
<style>
span { border-color: #80D0C4; }
span { border-color: rgb(128,208,196); }
td.TdClassName
{
border-color: #80D0C4;
}
.TagClassName
{
border-color: #80D0C4;
}
</style>