Shades of Neptune #74AAAC
Tints of Neptune #74AAAC
RGB
CMYK
RGB Variations
Color information
#74AAAC (or 0x74AAAC) is known color: Neptune. HEX triplet: 74, AA and AC. RGB value is (116,170,172). Sum of RGB (Red+Green+Blue) = 116+170+172=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #74AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AAAC is #8B5553. Grayscale: #9A9A9A. Windows color (decimal): -9131348 or 11315828. OLE color: 11315828.
HSL color Cylindrical-coordinate representation of color #74AAAC: hue angle of 182.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AAAC is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 172 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.33 |
| HSL | 182.14º | 0.25% | 0.56% | - |
| HSV(B) | 182.14º | 0.33% | 0.67% | - |
| XYZ | 29.02 | 35.44 | 44.34 | - |
| YUV | 154.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 172 | 0.33 | 0.01 | 0 | 0.33 | 182.14 | 0.25 | 0.56 |
| Hex | 74 | AA | AC | 21 | 1 | 0 | 21 | B6 | 19 | 38 |
| Octal | 164 | 252 | 254 | 41 | 1 | 0 | 41 | 266 | 31 | 70 |
| Binary | 1110100 | 10101010 | 10101100 | 100001 | 1 | 0 | 100001 | 10110110 | 11001 | 111000 |
Color Harmonies of #74AAAC
Complementary color
Monochromatic Colors of #74AAAC
Black with #74AAAC
Text Example
Text Example
White with #74AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AAAC; }
p { color: rgb(116,170,172); }
H1.HeaderClassName
{
color: #74AAAC;
}
.AnyTagClassName
{
color: #74AAAC;
}
</style>
background-color css
<style>
a { background-color: #74AAAC; }
a { background-color: rgb(116,170,172); }
div.DivClassName
{
background-color: #74AAAC;
}
.BgClassName
{
background-color: #74AAAC;
}
</style>
border-color css
<style>
span { border-color: #74AAAC; }
span { border-color: rgb(116,170,172); }
td.TdClassName
{
border-color: #74AAAC;
}
.TagClassName
{
border-color: #74AAAC;
}
</style>