Shades of Sea Nymph #8AB3A3
Tints of Sea Nymph #8AB3A3
RGB
CMYK
RGB Variations
Color information
#8AB3A3 (or 0x8AB3A3) is known color: Sea Nymph. HEX triplet: 8A, B3 and A3. RGB value is (138,179,163). Sum of RGB (Red+Green+Blue) = 138+179+163=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB3A3 is #754C5C. Grayscale: #A4A4A4. Windows color (decimal): -7687261 or 10728330. OLE color: 10728330.
HSL color Cylindrical-coordinate representation of color #8AB3A3: hue angle of 156.59º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB3A3 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 163 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.30 |
| HSL | 156.59º | 0.21% | 0.62% | - |
| HSV(B) | 156.59º | 0.23% | 0.7% | - |
| XYZ | 33.21 | 40.29 | 40.68 | - |
| YUV | 164.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 163 | 0.23 | 0 | 0.09 | 0.30 | 156.59 | 0.21 | 0.62 |
| Hex | 8A | B3 | A3 | 17 | 0 | 9 | 1E | 9D | 15 | 3E |
| Octal | 212 | 263 | 243 | 27 | 0 | 11 | 36 | 235 | 25 | 76 |
| Binary | 10001010 | 10110011 | 10100011 | 10111 | 0 | 1001 | 11110 | 10011101 | 10101 | 111110 |
Color Harmonies of #8AB3A3
Complementary color
Monochromatic Colors of #8AB3A3
Black with #8AB3A3
Text Example
Text Example
White with #8AB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB3A3; }
p { color: rgb(138,179,163); }
H1.HeaderClassName
{
color: #8AB3A3;
}
.AnyTagClassName
{
color: #8AB3A3;
}
</style>
background-color css
<style>
a { background-color: #8AB3A3; }
a { background-color: rgb(138,179,163); }
div.DivClassName
{
background-color: #8AB3A3;
}
.BgClassName
{
background-color: #8AB3A3;
}
</style>
border-color css
<style>
span { border-color: #8AB3A3; }
span { border-color: rgb(138,179,163); }
td.TdClassName
{
border-color: #8AB3A3;
}
.TagClassName
{
border-color: #8AB3A3;
}
</style>