Shades of Bermuda #83CCBE
Tints of Bermuda #83CCBE
RGB
CMYK
RGB Variations
Color information
#83CCBE (or 0x83CCBE) is known color: Bermuda. HEX triplet: 83, CC and BE. RGB value is (131,204,190). Sum of RGB (Red+Green+Blue) = 131+204+190=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCBE is #7C3341. Grayscale: #B4B4B4. Windows color (decimal): -8139586 or 12504195. OLE color: 12504195.
HSL color Cylindrical-coordinate representation of color #83CCBE: hue angle of 168.49º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCBE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 204 | 190 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.2 |
| HSL | 168.49º | 0.42% | 0.66% | - |
| HSV(B) | 168.49º | 0.36% | 0.8% | - |
| XYZ | 40.25 | 51.73 | 56.58 | - |
| YUV | 180.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 190 | 0.36 | 0 | 0.07 | 0.2 | 168.49 | 0.42 | 0.66 |
| Hex | 83 | CC | BE | 24 | 0 | 7 | 14 | A8 | 2A | 42 |
| Octal | 203 | 314 | 276 | 44 | 0 | 7 | 24 | 250 | 52 | 102 |
| Binary | 10000011 | 11001100 | 10111110 | 100100 | 0 | 111 | 10100 | 10101000 | 101010 | 1000010 |
Color Harmonies of #83CCBE
Complementary color
Monochromatic Colors of #83CCBE
Black with #83CCBE
Text Example
Text Example
White with #83CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCBE; }
p { color: rgb(131,204,190); }
H1.HeaderClassName
{
color: #83CCBE;
}
.AnyTagClassName
{
color: #83CCBE;
}
</style>
background-color css
<style>
a { background-color: #83CCBE; }
a { background-color: rgb(131,204,190); }
div.DivClassName
{
background-color: #83CCBE;
}
.BgClassName
{
background-color: #83CCBE;
}
</style>
border-color css
<style>
span { border-color: #83CCBE; }
span { border-color: rgb(131,204,190); }
td.TdClassName
{
border-color: #83CCBE;
}
.TagClassName
{
border-color: #83CCBE;
}
</style>