Shades of Bermuda #82CFCA
Tints of Bermuda #82CFCA
RGB
CMYK
RGB Variations
Color information
#82CFCA (or 0x82CFCA) is known color: Bermuda. HEX triplet: 82, CF and CA. RGB value is (130,207,202). Sum of RGB (Red+Green+Blue) = 130+207+202=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #82CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFCA is #7D3035. Grayscale: #B7B7B7. Windows color (decimal): -8204342 or 13291394. OLE color: 13291394.
HSL color Cylindrical-coordinate representation of color #82CFCA: hue angle of 176.1º 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 #82CFCA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 202 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.19 |
| HSL | 176.1º | 0.45% | 0.66% | - |
| HSV(B) | 176.1º | 0.37% | 0.81% | - |
| XYZ | 42.18 | 53.64 | 64.01 | - |
| YUV | 183.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 202 | 0.37 | 0 | 0.02 | 0.19 | 176.1 | 0.45 | 0.66 |
| Hex | 82 | CF | CA | 25 | 0 | 2 | 13 | B0 | 2D | 42 |
| Octal | 202 | 317 | 312 | 45 | 0 | 2 | 23 | 260 | 55 | 102 |
| Binary | 10000010 | 11001111 | 11001010 | 100101 | 0 | 10 | 10011 | 10110000 | 101101 | 1000010 |
Color Harmonies of #82CFCA
Complementary color
Monochromatic Colors of #82CFCA
Black with #82CFCA
Text Example
Text Example
White with #82CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFCA; }
p { color: rgb(130,207,202); }
H1.HeaderClassName
{
color: #82CFCA;
}
.AnyTagClassName
{
color: #82CFCA;
}
</style>
background-color css
<style>
a { background-color: #82CFCA; }
a { background-color: rgb(130,207,202); }
div.DivClassName
{
background-color: #82CFCA;
}
.BgClassName
{
background-color: #82CFCA;
}
</style>
border-color css
<style>
span { border-color: #82CFCA; }
span { border-color: rgb(130,207,202); }
td.TdClassName
{
border-color: #82CFCA;
}
.TagClassName
{
border-color: #82CFCA;
}
</style>