Shades of Bermuda #80CBCA
Tints of Bermuda #80CBCA
RGB
CMYK
RGB Variations
Color information
#80CBCA (or 0x80CBCA) is known color: Bermuda. HEX triplet: 80, CB and CA. RGB value is (128,203,202). Sum of RGB (Red+Green+Blue) = 128+203+202=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBCA is #7F3435. Grayscale: #B4B4B4. Windows color (decimal): -8336438 or 13290368. OLE color: 13290368.
HSL color Cylindrical-coordinate representation of color #80CBCA: hue angle of 179.2º 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 #80CBCA is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 202 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.20 |
| HSL | 179.2º | 0.42% | 0.65% | - |
| HSV(B) | 179.2º | 0.37% | 0.8% | - |
| XYZ | 40.92 | 51.57 | 63.67 | - |
| YUV | 180.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 202 | 0.37 | 0 | 0.00 | 0.20 | 179.2 | 0.42 | 0.65 |
| Hex | 80 | CB | CA | 25 | 0 | 0 | 14 | B3 | 2A | 41 |
| Octal | 200 | 313 | 312 | 45 | 0 | 0 | 24 | 263 | 52 | 101 |
| Binary | 10000000 | 11001011 | 11001010 | 100101 | 0 | 0 | 10100 | 10110011 | 101010 | 1000001 |
Color Harmonies of #80CBCA
Complementary color
Monochromatic Colors of #80CBCA
Black with #80CBCA
Text Example
Text Example
White with #80CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CBCA; }
p { color: rgb(128,203,202); }
H1.HeaderClassName
{
color: #80CBCA;
}
.AnyTagClassName
{
color: #80CBCA;
}
</style>
background-color css
<style>
a { background-color: #80CBCA; }
a { background-color: rgb(128,203,202); }
div.DivClassName
{
background-color: #80CBCA;
}
.BgClassName
{
background-color: #80CBCA;
}
</style>
border-color css
<style>
span { border-color: #80CBCA; }
span { border-color: rgb(128,203,202); }
td.TdClassName
{
border-color: #80CBCA;
}
.TagClassName
{
border-color: #80CBCA;
}
</style>