Shades of Bermuda #80CFCB
Tints of Bermuda #80CFCB
RGB
CMYK
RGB Variations
Color information
#80CFCB (or 0x80CFCB) is known color: Bermuda. HEX triplet: 80, CF and CB. RGB value is (128,207,203). Sum of RGB (Red+Green+Blue) = 128+207+203=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFCB is #7F3034. Grayscale: #B6B6B6. Windows color (decimal): -8335413 or 13356928. OLE color: 13356928.
HSL color Cylindrical-coordinate representation of color #80CFCB: hue angle of 176.96º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFCB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 203 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.19 |
| HSL | 176.96º | 0.45% | 0.66% | - |
| HSV(B) | 176.96º | 0.38% | 0.81% | - |
| XYZ | 41.99 | 53.53 | 64.62 | - |
| YUV | 182.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 203 | 0.38 | 0 | 0.02 | 0.19 | 176.96 | 0.45 | 0.66 |
| Hex | 80 | CF | CB | 26 | 0 | 2 | 13 | B1 | 2D | 42 |
| Octal | 200 | 317 | 313 | 46 | 0 | 2 | 23 | 261 | 55 | 102 |
| Binary | 10000000 | 11001111 | 11001011 | 100110 | 0 | 10 | 10011 | 10110001 | 101101 | 1000010 |
Color Harmonies of #80CFCB
Complementary color
Monochromatic Colors of #80CFCB
Black with #80CFCB
Text Example
Text Example
White with #80CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFCB; }
p { color: rgb(128,207,203); }
H1.HeaderClassName
{
color: #80CFCB;
}
.AnyTagClassName
{
color: #80CFCB;
}
</style>
background-color css
<style>
a { background-color: #80CFCB; }
a { background-color: rgb(128,207,203); }
div.DivClassName
{
background-color: #80CFCB;
}
.BgClassName
{
background-color: #80CFCB;
}
</style>
border-color css
<style>
span { border-color: #80CFCB; }
span { border-color: rgb(128,207,203); }
td.TdClassName
{
border-color: #80CFCB;
}
.TagClassName
{
border-color: #80CFCB;
}
</style>