Shades of Sea Nymph #8ABDA8
Tints of Sea Nymph #8ABDA8
RGB
CMYK
RGB Variations
Color information
#8ABDA8 (or 0x8ABDA8) is known color: Sea Nymph. HEX triplet: 8A, BD and A8. RGB value is (138,189,168). Sum of RGB (Red+Green+Blue) = 138+189+168=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDA8 is #754257. Grayscale: #ABABAB. Windows color (decimal): -7684696 or 11058570. OLE color: 11058570.
HSL color Cylindrical-coordinate representation of color #8ABDA8: hue angle of 155.29º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDA8 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 168 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.26 |
| HSL | 155.29º | 0.28% | 0.64% | - |
| HSV(B) | 155.29º | 0.27% | 0.74% | - |
| XYZ | 35.75 | 44.63 | 43.78 | - |
| YUV | 171.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 168 | 0.27 | 0 | 0.11 | 0.26 | 155.29 | 0.28 | 0.64 |
| Hex | 8A | BD | A8 | 1B | 0 | B | 1A | 9B | 1C | 40 |
| Octal | 212 | 275 | 250 | 33 | 0 | 13 | 32 | 233 | 34 | 100 |
| Binary | 10001010 | 10111101 | 10101000 | 11011 | 0 | 1011 | 11010 | 10011011 | 11100 | 1000000 |
Color Harmonies of #8ABDA8
Complementary color
Monochromatic Colors of #8ABDA8
Black with #8ABDA8
Text Example
Text Example
White with #8ABDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDA8; }
p { color: rgb(138,189,168); }
H1.HeaderClassName
{
color: #8ABDA8;
}
.AnyTagClassName
{
color: #8ABDA8;
}
</style>
background-color css
<style>
a { background-color: #8ABDA8; }
a { background-color: rgb(138,189,168); }
div.DivClassName
{
background-color: #8ABDA8;
}
.BgClassName
{
background-color: #8ABDA8;
}
</style>
border-color css
<style>
span { border-color: #8ABDA8; }
span { border-color: rgb(138,189,168); }
td.TdClassName
{
border-color: #8ABDA8;
}
.TagClassName
{
border-color: #8ABDA8;
}
</style>