Shades of Neptune #74ADB5
Tints of Neptune #74ADB5
RGB
CMYK
RGB Variations
Color information
#74ADB5 (or 0x74ADB5) is known color: Neptune. HEX triplet: 74, AD and B5. RGB value is (116,173,181). Sum of RGB (Red+Green+Blue) = 116+173+181=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #74ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADB5 is #8B524A. Grayscale: #9C9C9C. Windows color (decimal): -9130571 or 11906420. OLE color: 11906420.
HSL color Cylindrical-coordinate representation of color #74ADB5: hue angle of 187.38º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74ADB5 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 173 | 181 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.29 |
| HSL | 187.38º | 0.31% | 0.58% | - |
| HSV(B) | 187.38º | 0.36% | 0.71% | - |
| XYZ | 30.49 | 36.94 | 49.24 | - |
| YUV | 156.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 181 | 0.36 | 0.04 | 0 | 0.29 | 187.38 | 0.31 | 0.58 |
| Hex | 74 | AD | B5 | 24 | 4 | 0 | 1D | BB | 1F | 3A |
| Octal | 164 | 255 | 265 | 44 | 4 | 0 | 35 | 273 | 37 | 72 |
| Binary | 1110100 | 10101101 | 10110101 | 100100 | 100 | 0 | 11101 | 10111011 | 11111 | 111010 |
Color Harmonies of #74ADB5
Complementary color
Monochromatic Colors of #74ADB5
Black with #74ADB5
Text Example
Text Example
White with #74ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADB5; }
p { color: rgb(116,173,181); }
H1.HeaderClassName
{
color: #74ADB5;
}
.AnyTagClassName
{
color: #74ADB5;
}
</style>
background-color css
<style>
a { background-color: #74ADB5; }
a { background-color: rgb(116,173,181); }
div.DivClassName
{
background-color: #74ADB5;
}
.BgClassName
{
background-color: #74ADB5;
}
</style>
border-color css
<style>
span { border-color: #74ADB5; }
span { border-color: rgb(116,173,181); }
td.TdClassName
{
border-color: #74ADB5;
}
.TagClassName
{
border-color: #74ADB5;
}
</style>