Shades of Sea Nymph #83B1A7
Tints of Sea Nymph #83B1A7
RGB
CMYK
RGB Variations
Color information
#83B1A7 (or 0x83B1A7) is known color: Sea Nymph. HEX triplet: 83, B1 and A7. RGB value is (131,177,167). Sum of RGB (Red+Green+Blue) = 131+177+167=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #83B1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B1A7 is #7C4E58. Grayscale: #A2A2A2. Windows color (decimal): -8146521 or 10989955. OLE color: 10989955.
HSL color Cylindrical-coordinate representation of color #83B1A7: hue angle of 166.96º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83B1A7 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 167 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.31 |
| HSL | 166.96º | 0.23% | 0.6% | - |
| HSV(B) | 166.96º | 0.26% | 0.69% | - |
| XYZ | 32.06 | 39.06 | 42.41 | - |
| YUV | 162.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 167 | 0.26 | 0 | 0.06 | 0.31 | 166.96 | 0.23 | 0.6 |
| Hex | 83 | B1 | A7 | 1A | 0 | 6 | 1F | A7 | 17 | 3C |
| Octal | 203 | 261 | 247 | 32 | 0 | 6 | 37 | 247 | 27 | 74 |
| Binary | 10000011 | 10110001 | 10100111 | 11010 | 0 | 110 | 11111 | 10100111 | 10111 | 111100 |
Color Harmonies of #83B1A7
Complementary color
Monochromatic Colors of #83B1A7
Black with #83B1A7
Text Example
Text Example
White with #83B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B1A7; }
p { color: rgb(131,177,167); }
H1.HeaderClassName
{
color: #83B1A7;
}
.AnyTagClassName
{
color: #83B1A7;
}
</style>
background-color css
<style>
a { background-color: #83B1A7; }
a { background-color: rgb(131,177,167); }
div.DivClassName
{
background-color: #83B1A7;
}
.BgClassName
{
background-color: #83B1A7;
}
</style>
border-color css
<style>
span { border-color: #83B1A7; }
span { border-color: rgb(131,177,167); }
td.TdClassName
{
border-color: #83B1A7;
}
.TagClassName
{
border-color: #83B1A7;
}
</style>