Shades of Sea Nymph #88AFA4
Tints of Sea Nymph #88AFA4
RGB
CMYK
RGB Variations
Color information
#88AFA4 (or 0x88AFA4) is known color: Sea Nymph. HEX triplet: 88, AF and A4. RGB value is (136,175,164). Sum of RGB (Red+Green+Blue) = 136+175+164=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #88AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AFA4 is #77505B. Grayscale: #A2A2A2. Windows color (decimal): -7819356 or 10792840. OLE color: 10792840.
HSL color Cylindrical-coordinate representation of color #88AFA4: hue angle of 163.08º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AFA4 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 175 | 164 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.31 |
| HSL | 163.08º | 0.2% | 0.61% | - |
| HSV(B) | 163.08º | 0.22% | 0.69% | - |
| XYZ | 32.18 | 38.57 | 40.87 | - |
| YUV | 162.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 164 | 0.22 | 0 | 0.06 | 0.31 | 163.08 | 0.2 | 0.61 |
| Hex | 88 | AF | A4 | 16 | 0 | 6 | 1F | A3 | 14 | 3D |
| Octal | 210 | 257 | 244 | 26 | 0 | 6 | 37 | 243 | 24 | 75 |
| Binary | 10001000 | 10101111 | 10100100 | 10110 | 0 | 110 | 11111 | 10100011 | 10100 | 111101 |
Color Harmonies of #88AFA4
Complementary color
Monochromatic Colors of #88AFA4
Black with #88AFA4
Text Example
Text Example
White with #88AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AFA4; }
p { color: rgb(136,175,164); }
H1.HeaderClassName
{
color: #88AFA4;
}
.AnyTagClassName
{
color: #88AFA4;
}
</style>
background-color css
<style>
a { background-color: #88AFA4; }
a { background-color: rgb(136,175,164); }
div.DivClassName
{
background-color: #88AFA4;
}
.BgClassName
{
background-color: #88AFA4;
}
</style>
border-color css
<style>
span { border-color: #88AFA4; }
span { border-color: rgb(136,175,164); }
td.TdClassName
{
border-color: #88AFA4;
}
.TagClassName
{
border-color: #88AFA4;
}
</style>