Shades of Bermuda #82CECA
Tints of Bermuda #82CECA
RGB
CMYK
RGB Variations
Color information
#82CECA (or 0x82CECA) is known color: Bermuda. HEX triplet: 82, CE and CA. RGB value is (130,206,202). Sum of RGB (Red+Green+Blue) = 130+206+202=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #82CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CECA is #7D3135. Grayscale: #B6B6B6. Windows color (decimal): -8204598 or 13291138. OLE color: 13291138.
HSL color Cylindrical-coordinate representation of color #82CECA: hue angle of 176.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CECA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 202 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.19 |
| HSL | 176.84º | 0.44% | 0.66% | - |
| HSV(B) | 176.84º | 0.37% | 0.81% | - |
| XYZ | 41.94 | 53.15 | 63.93 | - |
| YUV | 182.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 202 | 0.37 | 0 | 0.02 | 0.19 | 176.84 | 0.44 | 0.66 |
| Hex | 82 | CE | CA | 25 | 0 | 2 | 13 | B1 | 2C | 42 |
| Octal | 202 | 316 | 312 | 45 | 0 | 2 | 23 | 261 | 54 | 102 |
| Binary | 10000010 | 11001110 | 11001010 | 100101 | 0 | 10 | 10011 | 10110001 | 101100 | 1000010 |
Color Harmonies of #82CECA
Complementary color
Monochromatic Colors of #82CECA
Black with #82CECA
Text Example
Text Example
White with #82CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CECA; }
p { color: rgb(130,206,202); }
H1.HeaderClassName
{
color: #82CECA;
}
.AnyTagClassName
{
color: #82CECA;
}
</style>
background-color css
<style>
a { background-color: #82CECA; }
a { background-color: rgb(130,206,202); }
div.DivClassName
{
background-color: #82CECA;
}
.BgClassName
{
background-color: #82CECA;
}
</style>
border-color css
<style>
span { border-color: #82CECA; }
span { border-color: rgb(130,206,202); }
td.TdClassName
{
border-color: #82CECA;
}
.TagClassName
{
border-color: #82CECA;
}
</style>