Shades of Neptune #74AEAC
Tints of Neptune #74AEAC
RGB
CMYK
RGB Variations
Color information
#74AEAC (or 0x74AEAC) is known color: Neptune. HEX triplet: 74, AE and AC. RGB value is (116,174,172). Sum of RGB (Red+Green+Blue) = 116+174+172=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #74AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AEAC is #8B5153. Grayscale: #9C9C9C. Windows color (decimal): -9130324 or 11316852. OLE color: 11316852.
HSL color Cylindrical-coordinate representation of color #74AEAC: hue angle of 177.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AEAC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 172 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.32 |
| HSL | 177.93º | 0.26% | 0.57% | - |
| HSV(B) | 177.93º | 0.33% | 0.68% | - |
| XYZ | 29.78 | 36.96 | 44.59 | - |
| YUV | 156.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 172 | 0.33 | 0 | 0.01 | 0.32 | 177.93 | 0.26 | 0.57 |
| Hex | 74 | AE | AC | 21 | 0 | 1 | 20 | B2 | 1A | 39 |
| Octal | 164 | 256 | 254 | 41 | 0 | 1 | 40 | 262 | 32 | 71 |
| Binary | 1110100 | 10101110 | 10101100 | 100001 | 0 | 1 | 100000 | 10110010 | 11010 | 111001 |
Color Harmonies of #74AEAC
Complementary color
Monochromatic Colors of #74AEAC
Black with #74AEAC
Text Example
Text Example
White with #74AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AEAC; }
p { color: rgb(116,174,172); }
H1.HeaderClassName
{
color: #74AEAC;
}
.AnyTagClassName
{
color: #74AEAC;
}
</style>
background-color css
<style>
a { background-color: #74AEAC; }
a { background-color: rgb(116,174,172); }
div.DivClassName
{
background-color: #74AEAC;
}
.BgClassName
{
background-color: #74AEAC;
}
</style>
border-color css
<style>
span { border-color: #74AEAC; }
span { border-color: rgb(116,174,172); }
td.TdClassName
{
border-color: #74AEAC;
}
.TagClassName
{
border-color: #74AEAC;
}
</style>