Shades of Sea Nymph #83A7A3
Tints of Sea Nymph #83A7A3
RGB
CMYK
RGB Variations
Color information
#83A7A3 (or 0x83A7A3) is known color: Sea Nymph. HEX triplet: 83, A7 and A3. RGB value is (131,167,163). Sum of RGB (Red+Green+Blue) = 131+167+163=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #83A7A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A7A3 is #7C585C. Grayscale: #9B9B9B. Windows color (decimal): -8149085 or 10725251. OLE color: 10725251.
HSL color Cylindrical-coordinate representation of color #83A7A3: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A7A3 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 163 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.35 |
| HSL | 173.33º | 0.17% | 0.58% | - |
| HSV(B) | 173.33º | 0.22% | 0.65% | - |
| XYZ | 29.79 | 35.11 | 39.86 | - |
| YUV | 155.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 163 | 0.22 | 0 | 0.02 | 0.35 | 173.33 | 0.17 | 0.58 |
| Hex | 83 | A7 | A3 | 16 | 0 | 2 | 23 | AD | 11 | 3A |
| Octal | 203 | 247 | 243 | 26 | 0 | 2 | 43 | 255 | 21 | 72 |
| Binary | 10000011 | 10100111 | 10100011 | 10110 | 0 | 10 | 100011 | 10101101 | 10001 | 111010 |
Color Harmonies of #83A7A3
Complementary color
Monochromatic Colors of #83A7A3
Black with #83A7A3
Text Example
Text Example
White with #83A7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A7A3; }
p { color: rgb(131,167,163); }
H1.HeaderClassName
{
color: #83A7A3;
}
.AnyTagClassName
{
color: #83A7A3;
}
</style>
background-color css
<style>
a { background-color: #83A7A3; }
a { background-color: rgb(131,167,163); }
div.DivClassName
{
background-color: #83A7A3;
}
.BgClassName
{
background-color: #83A7A3;
}
</style>
border-color css
<style>
span { border-color: #83A7A3; }
span { border-color: rgb(131,167,163); }
td.TdClassName
{
border-color: #83A7A3;
}
.TagClassName
{
border-color: #83A7A3;
}
</style>