Shades of Neptune #74ABAA
Tints of Neptune #74ABAA
RGB
CMYK
RGB Variations
Color information
#74ABAA (or 0x74ABAA) is known color: Neptune. HEX triplet: 74, AB and AA. RGB value is (116,171,170). Sum of RGB (Red+Green+Blue) = 116+171+170=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #74ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ABAA is #8B5455. Grayscale: #9A9A9A. Windows color (decimal): -9131094 or 11185012. OLE color: 11185012.
HSL color Cylindrical-coordinate representation of color #74ABAA: hue angle of 178.91º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74ABAA is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 170 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.33 |
| HSL | 178.91º | 0.25% | 0.56% | - |
| HSV(B) | 178.91º | 0.32% | 0.67% | - |
| XYZ | 29.02 | 35.74 | 43.4 | - |
| YUV | 154.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 170 | 0.32 | 0 | 0.01 | 0.33 | 178.91 | 0.25 | 0.56 |
| Hex | 74 | AB | AA | 20 | 0 | 1 | 21 | B3 | 19 | 38 |
| Octal | 164 | 253 | 252 | 40 | 0 | 1 | 41 | 263 | 31 | 70 |
| Binary | 1110100 | 10101011 | 10101010 | 100000 | 0 | 1 | 100001 | 10110011 | 11001 | 111000 |
Color Harmonies of #74ABAA
Complementary color
Monochromatic Colors of #74ABAA
Black with #74ABAA
Text Example
Text Example
White with #74ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABAA; }
p { color: rgb(116,171,170); }
H1.HeaderClassName
{
color: #74ABAA;
}
.AnyTagClassName
{
color: #74ABAA;
}
</style>
background-color css
<style>
a { background-color: #74ABAA; }
a { background-color: rgb(116,171,170); }
div.DivClassName
{
background-color: #74ABAA;
}
.BgClassName
{
background-color: #74ABAA;
}
</style>
border-color css
<style>
span { border-color: #74ABAA; }
span { border-color: rgb(116,171,170); }
td.TdClassName
{
border-color: #74ABAA;
}
.TagClassName
{
border-color: #74ABAA;
}
</style>