Shades of Bermuda #82CEC1
Tints of Bermuda #82CEC1
RGB
CMYK
RGB Variations
Color information
#82CEC1 (or 0x82CEC1) is known color: Bermuda. HEX triplet: 82, CE and C1. RGB value is (130,206,193). Sum of RGB (Red+Green+Blue) = 130+206+193=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEC1 is #7D313E. Grayscale: #B5B5B5. Windows color (decimal): -8204607 or 12701314. OLE color: 12701314.
HSL color Cylindrical-coordinate representation of color #82CEC1: hue angle of 169.74º 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 #82CEC1 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 193 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.19 |
| HSL | 169.74º | 0.44% | 0.66% | - |
| HSV(B) | 169.74º | 0.37% | 0.81% | - |
| XYZ | 40.9 | 52.74 | 58.48 | - |
| YUV | 181.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 193 | 0.37 | 0 | 0.06 | 0.19 | 169.74 | 0.44 | 0.66 |
| Hex | 82 | CE | C1 | 25 | 0 | 6 | 13 | AA | 2C | 42 |
| Octal | 202 | 316 | 301 | 45 | 0 | 6 | 23 | 252 | 54 | 102 |
| Binary | 10000010 | 11001110 | 11000001 | 100101 | 0 | 110 | 10011 | 10101010 | 101100 | 1000010 |
Color Harmonies of #82CEC1
Complementary color
Monochromatic Colors of #82CEC1
Black with #82CEC1
Text Example
Text Example
White with #82CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEC1; }
p { color: rgb(130,206,193); }
H1.HeaderClassName
{
color: #82CEC1;
}
.AnyTagClassName
{
color: #82CEC1;
}
</style>
background-color css
<style>
a { background-color: #82CEC1; }
a { background-color: rgb(130,206,193); }
div.DivClassName
{
background-color: #82CEC1;
}
.BgClassName
{
background-color: #82CEC1;
}
</style>
border-color css
<style>
span { border-color: #82CEC1; }
span { border-color: rgb(130,206,193); }
td.TdClassName
{
border-color: #82CEC1;
}
.TagClassName
{
border-color: #82CEC1;
}
</style>