Shades of Sea Nymph #8ABBAE
Tints of Sea Nymph #8ABBAE
RGB
CMYK
RGB Variations
Color information
#8ABBAE (or 0x8ABBAE) is known color: Sea Nymph. HEX triplet: 8A, BB and AE. RGB value is (138,187,174). Sum of RGB (Red+Green+Blue) = 138+187+174=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABBAE is #754451. Grayscale: #AAAAAA. Windows color (decimal): -7685202 or 11451274. OLE color: 11451274.
HSL color Cylindrical-coordinate representation of color #8ABBAE: hue angle of 164.08º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABBAE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 174 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.27 |
| HSL | 164.08º | 0.26% | 0.64% | - |
| HSV(B) | 164.08º | 0.26% | 0.73% | - |
| XYZ | 35.89 | 44 | 46.65 | - |
| YUV | 170.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 174 | 0.26 | 0 | 0.07 | 0.27 | 164.08 | 0.26 | 0.64 |
| Hex | 8A | BB | AE | 1A | 0 | 7 | 1B | A4 | 1A | 40 |
| Octal | 212 | 273 | 256 | 32 | 0 | 7 | 33 | 244 | 32 | 100 |
| Binary | 10001010 | 10111011 | 10101110 | 11010 | 0 | 111 | 11011 | 10100100 | 11010 | 1000000 |
Color Harmonies of #8ABBAE
Complementary color
Monochromatic Colors of #8ABBAE
Black with #8ABBAE
Text Example
Text Example
White with #8ABBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBAE; }
p { color: rgb(138,187,174); }
H1.HeaderClassName
{
color: #8ABBAE;
}
.AnyTagClassName
{
color: #8ABBAE;
}
</style>
background-color css
<style>
a { background-color: #8ABBAE; }
a { background-color: rgb(138,187,174); }
div.DivClassName
{
background-color: #8ABBAE;
}
.BgClassName
{
background-color: #8ABBAE;
}
</style>
border-color css
<style>
span { border-color: #8ABBAE; }
span { border-color: rgb(138,187,174); }
td.TdClassName
{
border-color: #8ABBAE;
}
.TagClassName
{
border-color: #8ABBAE;
}
</style>