Shades of Bermuda #80CBC3
Tints of Bermuda #80CBC3
RGB
CMYK
RGB Variations
Color information
#80CBC3 (or 0x80CBC3) is known color: Bermuda. HEX triplet: 80, CB and C3. RGB value is (128,203,195). Sum of RGB (Red+Green+Blue) = 128+203+195=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBC3 is #7F343C. Grayscale: #B3B3B3. Windows color (decimal): -8336445 or 12831616. OLE color: 12831616.
HSL color Cylindrical-coordinate representation of color #80CBC3: hue angle of 173.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CBC3 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 195 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.20 |
| HSL | 173.6º | 0.42% | 0.65% | - |
| HSV(B) | 173.6º | 0.37% | 0.8% | - |
| XYZ | 40.11 | 51.24 | 59.41 | - |
| YUV | 179.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 195 | 0.37 | 0 | 0.04 | 0.20 | 173.6 | 0.42 | 0.65 |
| Hex | 80 | CB | C3 | 25 | 0 | 4 | 14 | AE | 2A | 41 |
| Octal | 200 | 313 | 303 | 45 | 0 | 4 | 24 | 256 | 52 | 101 |
| Binary | 10000000 | 11001011 | 11000011 | 100101 | 0 | 100 | 10100 | 10101110 | 101010 | 1000001 |
Color Harmonies of #80CBC3
Complementary color
Monochromatic Colors of #80CBC3
Black with #80CBC3
Text Example
Text Example
White with #80CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBC3; }
p { color: rgb(128,203,195); }
H1.HeaderClassName
{
color: #80CBC3;
}
.AnyTagClassName
{
color: #80CBC3;
}
</style>
background-color css
<style>
a { background-color: #80CBC3; }
a { background-color: rgb(128,203,195); }
div.DivClassName
{
background-color: #80CBC3;
}
.BgClassName
{
background-color: #80CBC3;
}
</style>
border-color css
<style>
span { border-color: #80CBC3; }
span { border-color: rgb(128,203,195); }
td.TdClassName
{
border-color: #80CBC3;
}
.TagClassName
{
border-color: #80CBC3;
}
</style>