Shades of Neptune #74AEAD
Tints of Neptune #74AEAD
RGB
CMYK
RGB Variations
Color information
#74AEAD (or 0x74AEAD) is known color: Neptune. HEX triplet: 74, AE and AD. RGB value is (116,174,173). Sum of RGB (Red+Green+Blue) = 116+174+173=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #74AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AEAD is #8B5152. Grayscale: #9C9C9C. Windows color (decimal): -9130323 or 11382388. OLE color: 11382388.
HSL color Cylindrical-coordinate representation of color #74AEAD: hue angle of 178.97º 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 #74AEAD is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 173 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.32 |
| HSL | 178.97º | 0.26% | 0.57% | - |
| HSV(B) | 178.97º | 0.33% | 0.68% | - |
| XYZ | 29.88 | 37 | 45.1 | - |
| YUV | 156.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 173 | 0.33 | 0 | 0.01 | 0.32 | 178.97 | 0.26 | 0.57 |
| Hex | 74 | AE | AD | 21 | 0 | 1 | 20 | B3 | 1A | 39 |
| Octal | 164 | 256 | 255 | 41 | 0 | 1 | 40 | 263 | 32 | 71 |
| Binary | 1110100 | 10101110 | 10101101 | 100001 | 0 | 1 | 100000 | 10110011 | 11010 | 111001 |
Color Harmonies of #74AEAD
Complementary color
Monochromatic Colors of #74AEAD
Black with #74AEAD
Text Example
Text Example
White with #74AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AEAD; }
p { color: rgb(116,174,173); }
H1.HeaderClassName
{
color: #74AEAD;
}
.AnyTagClassName
{
color: #74AEAD;
}
</style>
background-color css
<style>
a { background-color: #74AEAD; }
a { background-color: rgb(116,174,173); }
div.DivClassName
{
background-color: #74AEAD;
}
.BgClassName
{
background-color: #74AEAD;
}
</style>
border-color css
<style>
span { border-color: #74AEAD; }
span { border-color: rgb(116,174,173); }
td.TdClassName
{
border-color: #74AEAD;
}
.TagClassName
{
border-color: #74AEAD;
}
</style>