Shades of Sea Nymph #85B1A5
Tints of Sea Nymph #85B1A5
RGB
CMYK
RGB Variations
Color information
#85B1A5 (or 0x85B1A5) is known color: Sea Nymph. HEX triplet: 85, B1 and A5. RGB value is (133,177,165). Sum of RGB (Red+Green+Blue) = 133+177+165=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #85B1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B1A5 is #7A4E5A. Grayscale: #A2A2A2. Windows color (decimal): -8015451 or 10858885. OLE color: 10858885.
HSL color Cylindrical-coordinate representation of color #85B1A5: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85B1A5 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 165 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.31 |
| HSL | 163.64º | 0.22% | 0.61% | - |
| HSV(B) | 163.64º | 0.25% | 0.69% | - |
| XYZ | 32.19 | 39.15 | 41.46 | - |
| YUV | 162.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 165 | 0.25 | 0 | 0.07 | 0.31 | 163.64 | 0.22 | 0.61 |
| Hex | 85 | B1 | A5 | 19 | 0 | 7 | 1F | A4 | 16 | 3D |
| Octal | 205 | 261 | 245 | 31 | 0 | 7 | 37 | 244 | 26 | 75 |
| Binary | 10000101 | 10110001 | 10100101 | 11001 | 0 | 111 | 11111 | 10100100 | 10110 | 111101 |
Color Harmonies of #85B1A5
Complementary color
Monochromatic Colors of #85B1A5
Black with #85B1A5
Text Example
Text Example
White with #85B1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B1A5; }
p { color: rgb(133,177,165); }
H1.HeaderClassName
{
color: #85B1A5;
}
.AnyTagClassName
{
color: #85B1A5;
}
</style>
background-color css
<style>
a { background-color: #85B1A5; }
a { background-color: rgb(133,177,165); }
div.DivClassName
{
background-color: #85B1A5;
}
.BgClassName
{
background-color: #85B1A5;
}
</style>
border-color css
<style>
span { border-color: #85B1A5; }
span { border-color: rgb(133,177,165); }
td.TdClassName
{
border-color: #85B1A5;
}
.TagClassName
{
border-color: #85B1A5;
}
</style>