Shades of Neptune #7DAAAC
Tints of Neptune #7DAAAC
RGB
CMYK
RGB Variations
Color information
#7DAAAC (or 0x7DAAAC) is known color: Neptune. HEX triplet: 7D, AA and AC. RGB value is (125,170,172). Sum of RGB (Red+Green+Blue) = 125+170+172=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #7DAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAC is #825553. Grayscale: #9C9C9C. Windows color (decimal): -8541524 or 11315837. OLE color: 11315837.
HSL color Cylindrical-coordinate representation of color #7DAAAC: hue angle of 182.55º 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 #7DAAAC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 172 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.33 |
| HSL | 182.55º | 0.22% | 0.58% | - |
| HSV(B) | 182.55º | 0.27% | 0.67% | - |
| XYZ | 30.28 | 36.09 | 44.4 | - |
| YUV | 156.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 172 | 0.27 | 0.01 | 0 | 0.33 | 182.55 | 0.22 | 0.58 |
| Hex | 7D | AA | AC | 1B | 1 | 0 | 21 | B7 | 16 | 3A |
| Octal | 175 | 252 | 254 | 33 | 1 | 0 | 41 | 267 | 26 | 72 |
| Binary | 1111101 | 10101010 | 10101100 | 11011 | 1 | 0 | 100001 | 10110111 | 10110 | 111010 |
Color Harmonies of #7DAAAC
Complementary color
Monochromatic Colors of #7DAAAC
Black with #7DAAAC
Text Example
Text Example
White with #7DAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAAC; }
p { color: rgb(125,170,172); }
H1.HeaderClassName
{
color: #7DAAAC;
}
.AnyTagClassName
{
color: #7DAAAC;
}
</style>
background-color css
<style>
a { background-color: #7DAAAC; }
a { background-color: rgb(125,170,172); }
div.DivClassName
{
background-color: #7DAAAC;
}
.BgClassName
{
background-color: #7DAAAC;
}
</style>
border-color css
<style>
span { border-color: #7DAAAC; }
span { border-color: rgb(125,170,172); }
td.TdClassName
{
border-color: #7DAAAC;
}
.TagClassName
{
border-color: #7DAAAC;
}
</style>