Shades of Sea Nymph #83BBA8
Tints of Sea Nymph #83BBA8
RGB
CMYK
RGB Variations
Color information
#83BBA8 (or 0x83BBA8) is known color: Sea Nymph. HEX triplet: 83, BB and A8. RGB value is (131,187,168). Sum of RGB (Red+Green+Blue) = 131+187+168=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #83BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BBA8 is #7C4457. Grayscale: #A8A8A8. Windows color (decimal): -8143960 or 11058051. OLE color: 11058051.
HSL color Cylindrical-coordinate representation of color #83BBA8: hue angle of 159.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BBA8 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 168 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.27 |
| HSL | 159.64º | 0.29% | 0.62% | - |
| HSV(B) | 159.64º | 0.3% | 0.73% | - |
| XYZ | 34.2 | 43.19 | 43.58 | - |
| YUV | 168.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 168 | 0.30 | 0 | 0.10 | 0.27 | 159.64 | 0.29 | 0.62 |
| Hex | 83 | BB | A8 | 1E | 0 | A | 1B | A0 | 1D | 3E |
| Octal | 203 | 273 | 250 | 36 | 0 | 12 | 33 | 240 | 35 | 76 |
| Binary | 10000011 | 10111011 | 10101000 | 11110 | 0 | 1010 | 11011 | 10100000 | 11101 | 111110 |
Color Harmonies of #83BBA8
Complementary color
Monochromatic Colors of #83BBA8
Black with #83BBA8
Text Example
Text Example
White with #83BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBA8; }
p { color: rgb(131,187,168); }
H1.HeaderClassName
{
color: #83BBA8;
}
.AnyTagClassName
{
color: #83BBA8;
}
</style>
background-color css
<style>
a { background-color: #83BBA8; }
a { background-color: rgb(131,187,168); }
div.DivClassName
{
background-color: #83BBA8;
}
.BgClassName
{
background-color: #83BBA8;
}
</style>
border-color css
<style>
span { border-color: #83BBA8; }
span { border-color: rgb(131,187,168); }
td.TdClassName
{
border-color: #83BBA8;
}
.TagClassName
{
border-color: #83BBA8;
}
</style>