Shades of Bermuda #82CFBE
Tints of Bermuda #82CFBE
RGB
CMYK
RGB Variations
Color information
#82CFBE (or 0x82CFBE) is known color: Bermuda. HEX triplet: 82, CF and BE. RGB value is (130,207,190). Sum of RGB (Red+Green+Blue) = 130+207+190=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #82CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFBE is #7D3041. Grayscale: #B6B6B6. Windows color (decimal): -8204354 or 12504962. OLE color: 12504962.
HSL color Cylindrical-coordinate representation of color #82CFBE: hue angle of 166.75º degrees, saturation: 0.45, 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 #82CFBE is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 190 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.19 |
| HSL | 166.75º | 0.45% | 0.66% | - |
| HSV(B) | 166.75º | 0.37% | 0.81% | - |
| XYZ | 40.81 | 53.09 | 56.81 | - |
| YUV | 182.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 190 | 0.37 | 0 | 0.08 | 0.19 | 166.75 | 0.45 | 0.66 |
| Hex | 82 | CF | BE | 25 | 0 | 8 | 13 | A7 | 2D | 42 |
| Octal | 202 | 317 | 276 | 45 | 0 | 10 | 23 | 247 | 55 | 102 |
| Binary | 10000010 | 11001111 | 10111110 | 100101 | 0 | 1000 | 10011 | 10100111 | 101101 | 1000010 |
Color Harmonies of #82CFBE
Complementary color
Monochromatic Colors of #82CFBE
Black with #82CFBE
Text Example
Text Example
White with #82CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFBE; }
p { color: rgb(130,207,190); }
H1.HeaderClassName
{
color: #82CFBE;
}
.AnyTagClassName
{
color: #82CFBE;
}
</style>
background-color css
<style>
a { background-color: #82CFBE; }
a { background-color: rgb(130,207,190); }
div.DivClassName
{
background-color: #82CFBE;
}
.BgClassName
{
background-color: #82CFBE;
}
</style>
border-color css
<style>
span { border-color: #82CFBE; }
span { border-color: rgb(130,207,190); }
td.TdClassName
{
border-color: #82CFBE;
}
.TagClassName
{
border-color: #82CFBE;
}
</style>