Shades of Neptune #74ADAB
Tints of Neptune #74ADAB
RGB
CMYK
RGB Variations
Color information
#74ADAB (or 0x74ADAB) is known color: Neptune. HEX triplet: 74, AD and AB. RGB value is (116,173,171). Sum of RGB (Red+Green+Blue) = 116+173+171=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #74ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ADAB is #8B5254. Grayscale: #9B9B9B. Windows color (decimal): -9130581 or 11251060. OLE color: 11251060.
HSL color Cylindrical-coordinate representation of color #74ADAB: hue angle of 177.89º 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 #74ADAB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 171 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.32 |
| HSL | 177.89º | 0.26% | 0.57% | - |
| HSV(B) | 177.89º | 0.33% | 0.68% | - |
| XYZ | 29.5 | 36.54 | 44.03 | - |
| YUV | 155.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 171 | 0.33 | 0 | 0.01 | 0.32 | 177.89 | 0.26 | 0.57 |
| Hex | 74 | AD | AB | 21 | 0 | 1 | 20 | B2 | 1A | 39 |
| Octal | 164 | 255 | 253 | 41 | 0 | 1 | 40 | 262 | 32 | 71 |
| Binary | 1110100 | 10101101 | 10101011 | 100001 | 0 | 1 | 100000 | 10110010 | 11010 | 111001 |
Color Harmonies of #74ADAB
Complementary color
Monochromatic Colors of #74ADAB
Black with #74ADAB
Text Example
Text Example
White with #74ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADAB; }
p { color: rgb(116,173,171); }
H1.HeaderClassName
{
color: #74ADAB;
}
.AnyTagClassName
{
color: #74ADAB;
}
</style>
background-color css
<style>
a { background-color: #74ADAB; }
a { background-color: rgb(116,173,171); }
div.DivClassName
{
background-color: #74ADAB;
}
.BgClassName
{
background-color: #74ADAB;
}
</style>
border-color css
<style>
span { border-color: #74ADAB; }
span { border-color: rgb(116,173,171); }
td.TdClassName
{
border-color: #74ADAB;
}
.TagClassName
{
border-color: #74ADAB;
}
</style>