Shades of Bermuda #82CAC9
Tints of Bermuda #82CAC9
RGB
CMYK
RGB Variations
Color information
#82CAC9 (or 0x82CAC9) is known color: Bermuda. HEX triplet: 82, CA and C9. RGB value is (130,202,201). Sum of RGB (Red+Green+Blue) = 130+202+201=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #82CAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CAC9 is #7D3536. Grayscale: #B4B4B4. Windows color (decimal): -8205623 or 13224578. OLE color: 13224578.
HSL color Cylindrical-coordinate representation of color #82CAC9: hue angle of 179.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CAC9 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 201 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.21 |
| HSL | 179.17º | 0.4% | 0.65% | - |
| HSV(B) | 179.17º | 0.36% | 0.79% | - |
| XYZ | 40.87 | 51.2 | 62.99 | - |
| YUV | 180.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 201 | 0.36 | 0 | 0.00 | 0.21 | 179.17 | 0.4 | 0.65 |
| Hex | 82 | CA | C9 | 24 | 0 | 0 | 15 | B3 | 28 | 41 |
| Octal | 202 | 312 | 311 | 44 | 0 | 0 | 25 | 263 | 50 | 101 |
| Binary | 10000010 | 11001010 | 11001001 | 100100 | 0 | 0 | 10101 | 10110011 | 101000 | 1000001 |
Color Harmonies of #82CAC9
Complementary color
Monochromatic Colors of #82CAC9
Black with #82CAC9
Text Example
Text Example
White with #82CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CAC9; }
p { color: rgb(130,202,201); }
H1.HeaderClassName
{
color: #82CAC9;
}
.AnyTagClassName
{
color: #82CAC9;
}
</style>
background-color css
<style>
a { background-color: #82CAC9; }
a { background-color: rgb(130,202,201); }
div.DivClassName
{
background-color: #82CAC9;
}
.BgClassName
{
background-color: #82CAC9;
}
</style>
border-color css
<style>
span { border-color: #82CAC9; }
span { border-color: rgb(130,202,201); }
td.TdClassName
{
border-color: #82CAC9;
}
.TagClassName
{
border-color: #82CAC9;
}
</style>