Shades of Bermuda #80D0C3
Tints of Bermuda #80D0C3
RGB
CMYK
RGB Variations
Color information
#80D0C3 (or 0x80D0C3) is known color: Bermuda. HEX triplet: 80, D0 and C3. RGB value is (128,208,195). Sum of RGB (Red+Green+Blue) = 128+208+195=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0C3 is #7F2F3C. Grayscale: #B6B6B6. Windows color (decimal): -8335165 or 12832896. OLE color: 12832896.
HSL color Cylindrical-coordinate representation of color #80D0C3: hue angle of 170.25º 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 #80D0C3 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 195 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.18 |
| HSL | 170.25º | 0.46% | 0.66% | - |
| HSV(B) | 170.25º | 0.38% | 0.82% | - |
| XYZ | 41.31 | 53.64 | 59.81 | - |
| YUV | 182.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 195 | 0.38 | 0 | 0.06 | 0.18 | 170.25 | 0.46 | 0.66 |
| Hex | 80 | D0 | C3 | 26 | 0 | 6 | 12 | AA | 2E | 42 |
| Octal | 200 | 320 | 303 | 46 | 0 | 6 | 22 | 252 | 56 | 102 |
| Binary | 10000000 | 11010000 | 11000011 | 100110 | 0 | 110 | 10010 | 10101010 | 101110 | 1000010 |
Color Harmonies of #80D0C3
Complementary color
Monochromatic Colors of #80D0C3
Black with #80D0C3
Text Example
Text Example
White with #80D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0C3; }
p { color: rgb(128,208,195); }
H1.HeaderClassName
{
color: #80D0C3;
}
.AnyTagClassName
{
color: #80D0C3;
}
</style>
background-color css
<style>
a { background-color: #80D0C3; }
a { background-color: rgb(128,208,195); }
div.DivClassName
{
background-color: #80D0C3;
}
.BgClassName
{
background-color: #80D0C3;
}
</style>
border-color css
<style>
span { border-color: #80D0C3; }
span { border-color: rgb(128,208,195); }
td.TdClassName
{
border-color: #80D0C3;
}
.TagClassName
{
border-color: #80D0C3;
}
</style>