Shades of Neptune #75AAAB
Tints of Neptune #75AAAB
RGB
CMYK
RGB Variations
Color information
#75AAAB (or 0x75AAAB) is known color: Neptune. HEX triplet: 75, AA and AB. RGB value is (117,170,171). Sum of RGB (Red+Green+Blue) = 117+170+171=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #75AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAAB is #8A5554. Grayscale: #9A9A9A. Windows color (decimal): -9065813 or 11250293. OLE color: 11250293.
HSL color Cylindrical-coordinate representation of color #75AAAB: hue angle of 181.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AAAB is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 171 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.33 |
| HSL | 181.11º | 0.24% | 0.56% | - |
| HSV(B) | 181.11º | 0.32% | 0.67% | - |
| XYZ | 29.06 | 35.47 | 43.84 | - |
| YUV | 154.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 171 | 0.32 | 0.01 | 0 | 0.33 | 181.11 | 0.24 | 0.56 |
| Hex | 75 | AA | AB | 20 | 1 | 0 | 21 | B5 | 18 | 38 |
| Octal | 165 | 252 | 253 | 40 | 1 | 0 | 41 | 265 | 30 | 70 |
| Binary | 1110101 | 10101010 | 10101011 | 100000 | 1 | 0 | 100001 | 10110101 | 11000 | 111000 |
Color Harmonies of #75AAAB
Complementary color
Monochromatic Colors of #75AAAB
Black with #75AAAB
Text Example
Text Example
White with #75AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AAAB; }
p { color: rgb(117,170,171); }
H1.HeaderClassName
{
color: #75AAAB;
}
.AnyTagClassName
{
color: #75AAAB;
}
</style>
background-color css
<style>
a { background-color: #75AAAB; }
a { background-color: rgb(117,170,171); }
div.DivClassName
{
background-color: #75AAAB;
}
.BgClassName
{
background-color: #75AAAB;
}
</style>
border-color css
<style>
span { border-color: #75AAAB; }
span { border-color: rgb(117,170,171); }
td.TdClassName
{
border-color: #75AAAB;
}
.TagClassName
{
border-color: #75AAAB;
}
</style>