Shades of Neptune #7DABAC
Tints of Neptune #7DABAC
RGB
CMYK
RGB Variations
Color information
#7DABAC (or 0x7DABAC) is known color: Neptune. HEX triplet: 7D, AB and AC. RGB value is (125,171,172). Sum of RGB (Red+Green+Blue) = 125+171+172=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABAC is #825453. Grayscale: #9D9D9D. Windows color (decimal): -8541268 or 11316093. OLE color: 11316093.
HSL color Cylindrical-coordinate representation of color #7DABAC: hue angle of 181.28º 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 #7DABAC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 172 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.33 |
| HSL | 181.28º | 0.22% | 0.58% | - |
| HSV(B) | 181.28º | 0.27% | 0.67% | - |
| XYZ | 30.47 | 36.46 | 44.46 | - |
| YUV | 157.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 172 | 0.27 | 0.01 | 0 | 0.33 | 181.28 | 0.22 | 0.58 |
| Hex | 7D | AB | AC | 1B | 1 | 0 | 21 | B5 | 16 | 3A |
| Octal | 175 | 253 | 254 | 33 | 1 | 0 | 41 | 265 | 26 | 72 |
| Binary | 1111101 | 10101011 | 10101100 | 11011 | 1 | 0 | 100001 | 10110101 | 10110 | 111010 |
Color Harmonies of #7DABAC
Complementary color
Monochromatic Colors of #7DABAC
Black with #7DABAC
Text Example
Text Example
White with #7DABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABAC; }
p { color: rgb(125,171,172); }
H1.HeaderClassName
{
color: #7DABAC;
}
.AnyTagClassName
{
color: #7DABAC;
}
</style>
background-color css
<style>
a { background-color: #7DABAC; }
a { background-color: rgb(125,171,172); }
div.DivClassName
{
background-color: #7DABAC;
}
.BgClassName
{
background-color: #7DABAC;
}
</style>
border-color css
<style>
span { border-color: #7DABAC; }
span { border-color: rgb(125,171,172); }
td.TdClassName
{
border-color: #7DABAC;
}
.TagClassName
{
border-color: #7DABAC;
}
</style>