Shades of Bermuda #80CACA
Tints of Bermuda #80CACA
RGB
CMYK
RGB Variations
Color information
#80CACA (or 0x80CACA) is known color: Bermuda. HEX triplet: 80, CA and CA. RGB value is (128,202,202). Sum of RGB (Red+Green+Blue) = 128+202+202=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #80CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CACA is #7F3535. Grayscale: #B3B3B3. Windows color (decimal): -8336694 or 13290112. OLE color: 13290112.
HSL color Cylindrical-coordinate representation of color #80CACA: hue angle of 180º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CACA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 202 | - |
| CMYK | 0.37 | 0 | 0 | 0.21 |
| HSL | 180º | 0.41% | 0.65% | - |
| HSV(B) | 180º | 0.37% | 0.79% | - |
| XYZ | 40.68 | 51.09 | 63.6 | - |
| YUV | 179.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 202 | 0.37 | 0 | 0 | 0.21 | 180 | 0.41 | 0.65 |
| Hex | 80 | CA | CA | 25 | 0 | 0 | 15 | B4 | 29 | 41 |
| Octal | 200 | 312 | 312 | 45 | 0 | 0 | 25 | 264 | 51 | 101 |
| Binary | 10000000 | 11001010 | 11001010 | 100101 | 0 | 0 | 10101 | 10110100 | 101001 | 1000001 |
Color Harmonies of #80CACA
Complementary color
Monochromatic Colors of #80CACA
Black with #80CACA
Text Example
Text Example
White with #80CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CACA; }
p { color: rgb(128,202,202); }
H1.HeaderClassName
{
color: #80CACA;
}
.AnyTagClassName
{
color: #80CACA;
}
</style>
background-color css
<style>
a { background-color: #80CACA; }
a { background-color: rgb(128,202,202); }
div.DivClassName
{
background-color: #80CACA;
}
.BgClassName
{
background-color: #80CACA;
}
</style>
border-color css
<style>
span { border-color: #80CACA; }
span { border-color: rgb(128,202,202); }
td.TdClassName
{
border-color: #80CACA;
}
.TagClassName
{
border-color: #80CACA;
}
</style>