Shades of Bermuda #82CECB
Tints of Bermuda #82CECB
RGB
CMYK
RGB Variations
Color information
#82CECB (or 0x82CECB) is known color: Bermuda. HEX triplet: 82, CE and CB. RGB value is (130,206,203). Sum of RGB (Red+Green+Blue) = 130+206+203=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #82CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CECB is #7D3134. Grayscale: #B6B6B6. Windows color (decimal): -8204597 or 13356674. OLE color: 13356674.
HSL color Cylindrical-coordinate representation of color #82CECB: hue angle of 177.63º 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 #82CECB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 203 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.19 |
| HSL | 177.63º | 0.44% | 0.66% | - |
| HSV(B) | 177.63º | 0.37% | 0.81% | - |
| XYZ | 42.06 | 53.2 | 64.55 | - |
| YUV | 182.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 203 | 0.37 | 0 | 0.01 | 0.19 | 177.63 | 0.44 | 0.66 |
| Hex | 82 | CE | CB | 25 | 0 | 1 | 13 | B2 | 2C | 42 |
| Octal | 202 | 316 | 313 | 45 | 0 | 1 | 23 | 262 | 54 | 102 |
| Binary | 10000010 | 11001110 | 11001011 | 100101 | 0 | 1 | 10011 | 10110010 | 101100 | 1000010 |
Color Harmonies of #82CECB
Complementary color
Monochromatic Colors of #82CECB
Black with #82CECB
Text Example
Text Example
White with #82CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CECB; }
p { color: rgb(130,206,203); }
H1.HeaderClassName
{
color: #82CECB;
}
.AnyTagClassName
{
color: #82CECB;
}
</style>
background-color css
<style>
a { background-color: #82CECB; }
a { background-color: rgb(130,206,203); }
div.DivClassName
{
background-color: #82CECB;
}
.BgClassName
{
background-color: #82CECB;
}
</style>
border-color css
<style>
span { border-color: #82CECB; }
span { border-color: rgb(130,206,203); }
td.TdClassName
{
border-color: #82CECB;
}
.TagClassName
{
border-color: #82CECB;
}
</style>