Shades of Neptune #74A6AB
Tints of Neptune #74A6AB
RGB
CMYK
RGB Variations
Color information
#74A6AB (or 0x74A6AB) is known color: Neptune. HEX triplet: 74, A6 and AB. RGB value is (116,166,171). Sum of RGB (Red+Green+Blue) = 116+166+171=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #74A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A6AB is #8B5954. Grayscale: #979797. Windows color (decimal): -9132373 or 11249268. OLE color: 11249268.
HSL color Cylindrical-coordinate representation of color #74A6AB: hue angle of 185.45º 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 #74A6AB is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 166 | 171 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.33 |
| HSL | 185.45º | 0.25% | 0.56% | - |
| HSV(B) | 185.45º | 0.32% | 0.67% | - |
| XYZ | 28.19 | 33.93 | 43.59 | - |
| YUV | 151.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 171 | 0.32 | 0.03 | 0 | 0.33 | 185.45 | 0.25 | 0.56 |
| Hex | 74 | A6 | AB | 20 | 3 | 0 | 21 | B9 | 19 | 38 |
| Octal | 164 | 246 | 253 | 40 | 3 | 0 | 41 | 271 | 31 | 70 |
| Binary | 1110100 | 10100110 | 10101011 | 100000 | 11 | 0 | 100001 | 10111001 | 11001 | 111000 |
Color Harmonies of #74A6AB
Complementary color
Monochromatic Colors of #74A6AB
Black with #74A6AB
Text Example
Text Example
White with #74A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A6AB; }
p { color: rgb(116,166,171); }
H1.HeaderClassName
{
color: #74A6AB;
}
.AnyTagClassName
{
color: #74A6AB;
}
</style>
background-color css
<style>
a { background-color: #74A6AB; }
a { background-color: rgb(116,166,171); }
div.DivClassName
{
background-color: #74A6AB;
}
.BgClassName
{
background-color: #74A6AB;
}
</style>
border-color css
<style>
span { border-color: #74A6AB; }
span { border-color: rgb(116,166,171); }
td.TdClassName
{
border-color: #74A6AB;
}
.TagClassName
{
border-color: #74A6AB;
}
</style>