Shades of Bermuda #83DFBE
Tints of Bermuda #83DFBE
RGB
CMYK
RGB Variations
Color information
#83DFBE (or 0x83DFBE) is known color: Bermuda. HEX triplet: 83, DF and BE. RGB value is (131,223,190). Sum of RGB (Red+Green+Blue) = 131+223+190=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFBE is #7C2041. Grayscale: #BFBFBF. Windows color (decimal): -8134722 or 12509059. OLE color: 12509059.
HSL color Cylindrical-coordinate representation of color #83DFBE: hue angle of 158.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFBE is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 190 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.13 |
| HSL | 158.48º | 0.59% | 0.69% | - |
| HSV(B) | 158.48º | 0.41% | 0.87% | - |
| XYZ | 45.04 | 61.32 | 58.18 | - |
| YUV | 191.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 190 | 0.41 | 0 | 0.15 | 0.13 | 158.48 | 0.59 | 0.69 |
| Hex | 83 | DF | BE | 29 | 0 | F | D | 9E | 3B | 45 |
| Octal | 203 | 337 | 276 | 51 | 0 | 17 | 15 | 236 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10111110 | 101001 | 0 | 1111 | 1101 | 10011110 | 111011 | 1000101 |
Color Harmonies of #83DFBE
Complementary color
Monochromatic Colors of #83DFBE
Black with #83DFBE
Text Example
Text Example
White with #83DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFBE; }
p { color: rgb(131,223,190); }
H1.HeaderClassName
{
color: #83DFBE;
}
.AnyTagClassName
{
color: #83DFBE;
}
</style>
background-color css
<style>
a { background-color: #83DFBE; }
a { background-color: rgb(131,223,190); }
div.DivClassName
{
background-color: #83DFBE;
}
.BgClassName
{
background-color: #83DFBE;
}
</style>
border-color css
<style>
span { border-color: #83DFBE; }
span { border-color: rgb(131,223,190); }
td.TdClassName
{
border-color: #83DFBE;
}
.TagClassName
{
border-color: #83DFBE;
}
</style>