Shades of Bermuda #83CEC5
Tints of Bermuda #83CEC5
RGB
CMYK
RGB Variations
Color information
#83CEC5 (or 0x83CEC5) is known color: Bermuda. HEX triplet: 83, CE and C5. RGB value is (131,206,197). Sum of RGB (Red+Green+Blue) = 131+206+197=534 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.53% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEC5 is #7C313A. Grayscale: #B6B6B6. Windows color (decimal): -8139067 or 12963459. OLE color: 12963459.
HSL color Cylindrical-coordinate representation of color #83CEC5: hue angle of 172.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CEC5 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 197 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.19 |
| HSL | 172.8º | 0.43% | 0.66% | - |
| HSV(B) | 172.8º | 0.36% | 0.81% | - |
| XYZ | 41.51 | 53 | 60.87 | - |
| YUV | 182.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 197 | 0.36 | 0 | 0.04 | 0.19 | 172.8 | 0.43 | 0.66 |
| Hex | 83 | CE | C5 | 24 | 0 | 4 | 13 | AD | 2B | 42 |
| Octal | 203 | 316 | 305 | 44 | 0 | 4 | 23 | 255 | 53 | 102 |
| Binary | 10000011 | 11001110 | 11000101 | 100100 | 0 | 100 | 10011 | 10101101 | 101011 | 1000010 |
Color Harmonies of #83CEC5
Complementary color
Monochromatic Colors of #83CEC5
Black with #83CEC5
Text Example
Text Example
White with #83CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEC5; }
p { color: rgb(131,206,197); }
H1.HeaderClassName
{
color: #83CEC5;
}
.AnyTagClassName
{
color: #83CEC5;
}
</style>
background-color css
<style>
a { background-color: #83CEC5; }
a { background-color: rgb(131,206,197); }
div.DivClassName
{
background-color: #83CEC5;
}
.BgClassName
{
background-color: #83CEC5;
}
</style>
border-color css
<style>
span { border-color: #83CEC5; }
span { border-color: rgb(131,206,197); }
td.TdClassName
{
border-color: #83CEC5;
}
.TagClassName
{
border-color: #83CEC5;
}
</style>