Shades of Neptune #6EABAB
Tints of Neptune #6EABAB
RGB
CMYK
RGB Variations
Color information
#6EABAB (or 0x6EABAB) is known color: Neptune. HEX triplet: 6E, AB and AB. RGB value is (110,171,171). Sum of RGB (Red+Green+Blue) = 110+171+171=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #6EABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EABAB is #915454. Grayscale: #989898. Windows color (decimal): -9524309 or 11250542. OLE color: 11250542.
HSL color Cylindrical-coordinate representation of color #6EABAB: hue angle of 180º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EABAB is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 171 | 171 | - |
| CMYK | 0.36 | 0 | 0 | 0.33 |
| HSL | 180º | 0.27% | 0.55% | - |
| HSV(B) | 180º | 0.36% | 0.67% | - |
| XYZ | 28.34 | 35.38 | 43.86 | - |
| YUV | 152.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 171 | 0.36 | 0 | 0 | 0.33 | 180 | 0.27 | 0.55 |
| Hex | 6E | AB | AB | 24 | 0 | 0 | 21 | B4 | 1B | 37 |
| Octal | 156 | 253 | 253 | 44 | 0 | 0 | 41 | 264 | 33 | 67 |
| Binary | 1101110 | 10101011 | 10101011 | 100100 | 0 | 0 | 100001 | 10110100 | 11011 | 110111 |
Color Harmonies of #6EABAB
Complementary color
Monochromatic Colors of #6EABAB
Black with #6EABAB
Text Example
Text Example
White with #6EABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABAB; }
p { color: rgb(110,171,171); }
H1.HeaderClassName
{
color: #6EABAB;
}
.AnyTagClassName
{
color: #6EABAB;
}
</style>
background-color css
<style>
a { background-color: #6EABAB; }
a { background-color: rgb(110,171,171); }
div.DivClassName
{
background-color: #6EABAB;
}
.BgClassName
{
background-color: #6EABAB;
}
</style>
border-color css
<style>
span { border-color: #6EABAB; }
span { border-color: rgb(110,171,171); }
td.TdClassName
{
border-color: #6EABAB;
}
.TagClassName
{
border-color: #6EABAB;
}
</style>