Shades of Sea Nymph #83ABA7
Tints of Sea Nymph #83ABA7
RGB
CMYK
RGB Variations
Color information
#83ABA7 (or 0x83ABA7) is known color: Sea Nymph. HEX triplet: 83, AB and A7. RGB value is (131,171,167). Sum of RGB (Red+Green+Blue) = 131+171+167=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #83ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ABA7 is #7C5458. Grayscale: #9E9E9E. Windows color (decimal): -8148057 or 10988419. OLE color: 10988419.
HSL color Cylindrical-coordinate representation of color #83ABA7: hue angle of 174º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83ABA7 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 167 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.33 |
| HSL | 174º | 0.19% | 0.59% | - |
| HSV(B) | 174º | 0.23% | 0.67% | - |
| XYZ | 30.9 | 36.74 | 42.02 | - |
| YUV | 158.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 167 | 0.23 | 0 | 0.02 | 0.33 | 174 | 0.19 | 0.59 |
| Hex | 83 | AB | A7 | 17 | 0 | 2 | 21 | AE | 13 | 3B |
| Octal | 203 | 253 | 247 | 27 | 0 | 2 | 41 | 256 | 23 | 73 |
| Binary | 10000011 | 10101011 | 10100111 | 10111 | 0 | 10 | 100001 | 10101110 | 10011 | 111011 |
Color Harmonies of #83ABA7
Complementary color
Monochromatic Colors of #83ABA7
Black with #83ABA7
Text Example
Text Example
White with #83ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABA7; }
p { color: rgb(131,171,167); }
H1.HeaderClassName
{
color: #83ABA7;
}
.AnyTagClassName
{
color: #83ABA7;
}
</style>
background-color css
<style>
a { background-color: #83ABA7; }
a { background-color: rgb(131,171,167); }
div.DivClassName
{
background-color: #83ABA7;
}
.BgClassName
{
background-color: #83ABA7;
}
</style>
border-color css
<style>
span { border-color: #83ABA7; }
span { border-color: rgb(131,171,167); }
td.TdClassName
{
border-color: #83ABA7;
}
.TagClassName
{
border-color: #83ABA7;
}
</style>