Shades of Bermuda #82CEC5
Tints of Bermuda #82CEC5
RGB
CMYK
RGB Variations
Color information
#82CEC5 (or 0x82CEC5) is known color: Bermuda. HEX triplet: 82, CE and C5. RGB value is (130,206,197). Sum of RGB (Red+Green+Blue) = 130+206+197=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEC5 is #7D313A. Grayscale: #B6B6B6. Windows color (decimal): -8204603 or 12963458. OLE color: 12963458.
HSL color Cylindrical-coordinate representation of color #82CEC5: hue angle of 172.89º 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 #82CEC5 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 197 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.19 |
| HSL | 172.89º | 0.44% | 0.66% | - |
| HSV(B) | 172.89º | 0.37% | 0.81% | - |
| XYZ | 41.36 | 52.92 | 60.86 | - |
| YUV | 182.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 197 | 0.37 | 0 | 0.04 | 0.19 | 172.89 | 0.44 | 0.66 |
| Hex | 82 | CE | C5 | 25 | 0 | 4 | 13 | AD | 2C | 42 |
| Octal | 202 | 316 | 305 | 45 | 0 | 4 | 23 | 255 | 54 | 102 |
| Binary | 10000010 | 11001110 | 11000101 | 100101 | 0 | 100 | 10011 | 10101101 | 101100 | 1000010 |
Color Harmonies of #82CEC5
Complementary color
Monochromatic Colors of #82CEC5
Black with #82CEC5
Text Example
Text Example
White with #82CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEC5; }
p { color: rgb(130,206,197); }
H1.HeaderClassName
{
color: #82CEC5;
}
.AnyTagClassName
{
color: #82CEC5;
}
</style>
background-color css
<style>
a { background-color: #82CEC5; }
a { background-color: rgb(130,206,197); }
div.DivClassName
{
background-color: #82CEC5;
}
.BgClassName
{
background-color: #82CEC5;
}
</style>
border-color css
<style>
span { border-color: #82CEC5; }
span { border-color: rgb(130,206,197); }
td.TdClassName
{
border-color: #82CEC5;
}
.TagClassName
{
border-color: #82CEC5;
}
</style>