Shades of Neptune #7DACAB
Tints of Neptune #7DACAB
RGB
CMYK
RGB Variations
Color information
#7DACAB (or 0x7DACAB) is known color: Neptune. HEX triplet: 7D, AC and AB. RGB value is (125,172,171). Sum of RGB (Red+Green+Blue) = 125+172+171=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACAB is #825354. Grayscale: #9D9D9D. Windows color (decimal): -8541013 or 11250813. OLE color: 11250813.
HSL color Cylindrical-coordinate representation of color #7DACAB: hue angle of 178.72º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DACAB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 171 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.33 |
| HSL | 178.72º | 0.22% | 0.58% | - |
| HSV(B) | 178.72º | 0.27% | 0.67% | - |
| XYZ | 30.56 | 36.81 | 44.02 | - |
| YUV | 157.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 171 | 0.27 | 0 | 0.01 | 0.33 | 178.72 | 0.22 | 0.58 |
| Hex | 7D | AC | AB | 1B | 0 | 1 | 21 | B3 | 16 | 3A |
| Octal | 175 | 254 | 253 | 33 | 0 | 1 | 41 | 263 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10101011 | 11011 | 0 | 1 | 100001 | 10110011 | 10110 | 111010 |
Color Harmonies of #7DACAB
Complementary color
Monochromatic Colors of #7DACAB
Black with #7DACAB
Text Example
Text Example
White with #7DACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACAB; }
p { color: rgb(125,172,171); }
H1.HeaderClassName
{
color: #7DACAB;
}
.AnyTagClassName
{
color: #7DACAB;
}
</style>
background-color css
<style>
a { background-color: #7DACAB; }
a { background-color: rgb(125,172,171); }
div.DivClassName
{
background-color: #7DACAB;
}
.BgClassName
{
background-color: #7DACAB;
}
</style>
border-color css
<style>
span { border-color: #7DACAB; }
span { border-color: rgb(125,172,171); }
td.TdClassName
{
border-color: #7DACAB;
}
.TagClassName
{
border-color: #7DACAB;
}
</style>