Shades of Bermuda #82CCC9
Tints of Bermuda #82CCC9
RGB
CMYK
RGB Variations
Color information
#82CCC9 (or 0x82CCC9) is known color: Bermuda. HEX triplet: 82, CC and C9. RGB value is (130,204,201). Sum of RGB (Red+Green+Blue) = 130+204+201=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CCC9 is #7D3336. Grayscale: #B5B5B5. Windows color (decimal): -8205111 or 13225090. OLE color: 13225090.
HSL color Cylindrical-coordinate representation of color #82CCC9: hue angle of 177.57º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CCC9 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 201 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.2 |
| HSL | 177.57º | 0.42% | 0.65% | - |
| HSV(B) | 177.57º | 0.36% | 0.8% | - |
| XYZ | 41.34 | 52.15 | 63.15 | - |
| YUV | 181.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 201 | 0.36 | 0 | 0.01 | 0.2 | 177.57 | 0.42 | 0.65 |
| Hex | 82 | CC | C9 | 24 | 0 | 1 | 14 | B2 | 2A | 41 |
| Octal | 202 | 314 | 311 | 44 | 0 | 1 | 24 | 262 | 52 | 101 |
| Binary | 10000010 | 11001100 | 11001001 | 100100 | 0 | 1 | 10100 | 10110010 | 101010 | 1000001 |
Color Harmonies of #82CCC9
Complementary color
Monochromatic Colors of #82CCC9
Black with #82CCC9
Text Example
Text Example
White with #82CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CCC9; }
p { color: rgb(130,204,201); }
H1.HeaderClassName
{
color: #82CCC9;
}
.AnyTagClassName
{
color: #82CCC9;
}
</style>
background-color css
<style>
a { background-color: #82CCC9; }
a { background-color: rgb(130,204,201); }
div.DivClassName
{
background-color: #82CCC9;
}
.BgClassName
{
background-color: #82CCC9;
}
</style>
border-color css
<style>
span { border-color: #82CCC9; }
span { border-color: rgb(130,204,201); }
td.TdClassName
{
border-color: #82CCC9;
}
.TagClassName
{
border-color: #82CCC9;
}
</style>