Shades of Neptune #74A8AA
Tints of Neptune #74A8AA
RGB
CMYK
RGB Variations
Color information
#74A8AA (or 0x74A8AA) is known color: Neptune. HEX triplet: 74, A8 and AA. RGB value is (116,168,170). Sum of RGB (Red+Green+Blue) = 116+168+170=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #74A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A8AA is #8B5755. Grayscale: #989898. Windows color (decimal): -9131862 or 11184244. OLE color: 11184244.
HSL color Cylindrical-coordinate representation of color #74A8AA: hue angle of 182.22º degrees, saturation: 0.24, 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 #74A8AA is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 168 | 170 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.33 |
| HSL | 182.22º | 0.24% | 0.56% | - |
| HSV(B) | 182.22º | 0.32% | 0.67% | - |
| XYZ | 28.46 | 34.62 | 43.21 | - |
| YUV | 152.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 168 | 170 | 0.32 | 0.01 | 0 | 0.33 | 182.22 | 0.24 | 0.56 |
| Hex | 74 | A8 | AA | 20 | 1 | 0 | 21 | B6 | 18 | 38 |
| Octal | 164 | 250 | 252 | 40 | 1 | 0 | 41 | 266 | 30 | 70 |
| Binary | 1110100 | 10101000 | 10101010 | 100000 | 1 | 0 | 100001 | 10110110 | 11000 | 111000 |
Color Harmonies of #74A8AA
Complementary color
Monochromatic Colors of #74A8AA
Black with #74A8AA
Text Example
Text Example
White with #74A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A8AA; }
p { color: rgb(116,168,170); }
H1.HeaderClassName
{
color: #74A8AA;
}
.AnyTagClassName
{
color: #74A8AA;
}
</style>
background-color css
<style>
a { background-color: #74A8AA; }
a { background-color: rgb(116,168,170); }
div.DivClassName
{
background-color: #74A8AA;
}
.BgClassName
{
background-color: #74A8AA;
}
</style>
border-color css
<style>
span { border-color: #74A8AA; }
span { border-color: rgb(116,168,170); }
td.TdClassName
{
border-color: #74A8AA;
}
.TagClassName
{
border-color: #74A8AA;
}
</style>