Shades of Neptune #729DAB
Tints of Neptune #729DAB
RGB
CMYK
RGB Variations
Color information
#729DAB (or 0x729DAB) is known color: Neptune. HEX triplet: 72, 9D and AB. RGB value is (114,157,171). Sum of RGB (Red+Green+Blue) = 114+157+171=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #729DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DAB is #8D6254. Grayscale: #919191. Windows color (decimal): -9265749 or 11246962. OLE color: 11246962.
HSL color Cylindrical-coordinate representation of color #729DAB: hue angle of 194.74º 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 #729DAB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 157 | 171 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.33 |
| HSL | 194.74º | 0.25% | 0.56% | - |
| HSV(B) | 194.74º | 0.33% | 0.67% | - |
| XYZ | 26.35 | 30.63 | 43.05 | - |
| YUV | 145.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 171 | 0.33 | 0.08 | 0 | 0.33 | 194.74 | 0.25 | 0.56 |
| Hex | 72 | 9D | AB | 21 | 8 | 0 | 21 | C3 | 19 | 38 |
| Octal | 162 | 235 | 253 | 41 | 10 | 0 | 41 | 303 | 31 | 70 |
| Binary | 1110010 | 10011101 | 10101011 | 100001 | 1000 | 0 | 100001 | 11000011 | 11001 | 111000 |
Color Harmonies of #729DAB
Complementary color
Monochromatic Colors of #729DAB
Black with #729DAB
Text Example
Text Example
White with #729DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DAB; }
p { color: rgb(114,157,171); }
H1.HeaderClassName
{
color: #729DAB;
}
.AnyTagClassName
{
color: #729DAB;
}
</style>
background-color css
<style>
a { background-color: #729DAB; }
a { background-color: rgb(114,157,171); }
div.DivClassName
{
background-color: #729DAB;
}
.BgClassName
{
background-color: #729DAB;
}
</style>
border-color css
<style>
span { border-color: #729DAB; }
span { border-color: rgb(114,157,171); }
td.TdClassName
{
border-color: #729DAB;
}
.TagClassName
{
border-color: #729DAB;
}
</style>