Shades of Neptune #75A6A3
Tints of Neptune #75A6A3
RGB
CMYK
RGB Variations
Color information
#75A6A3 (or 0x75A6A3) is known color: Neptune. HEX triplet: 75, A6 and A3. RGB value is (117,166,163). Sum of RGB (Red+Green+Blue) = 117+166+163=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #75A6A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A6A3 is #8A595C. Grayscale: #969696. Windows color (decimal): -9066845 or 10724981. OLE color: 10724981.
HSL color Cylindrical-coordinate representation of color #75A6A3: hue angle of 176.33º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A6A3 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 163 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.35 |
| HSL | 176.33º | 0.22% | 0.55% | - |
| HSV(B) | 176.33º | 0.3% | 0.65% | - |
| XYZ | 27.58 | 33.7 | 39.7 | - |
| YUV | 151.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 163 | 0.30 | 0 | 0.02 | 0.35 | 176.33 | 0.22 | 0.55 |
| Hex | 75 | A6 | A3 | 1E | 0 | 2 | 23 | B0 | 16 | 37 |
| Octal | 165 | 246 | 243 | 36 | 0 | 2 | 43 | 260 | 26 | 67 |
| Binary | 1110101 | 10100110 | 10100011 | 11110 | 0 | 10 | 100011 | 10110000 | 10110 | 110111 |
Color Harmonies of #75A6A3
Complementary color
Monochromatic Colors of #75A6A3
Black with #75A6A3
Text Example
Text Example
White with #75A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A6A3; }
p { color: rgb(117,166,163); }
H1.HeaderClassName
{
color: #75A6A3;
}
.AnyTagClassName
{
color: #75A6A3;
}
</style>
background-color css
<style>
a { background-color: #75A6A3; }
a { background-color: rgb(117,166,163); }
div.DivClassName
{
background-color: #75A6A3;
}
.BgClassName
{
background-color: #75A6A3;
}
</style>
border-color css
<style>
span { border-color: #75A6A3; }
span { border-color: rgb(117,166,163); }
td.TdClassName
{
border-color: #75A6A3;
}
.TagClassName
{
border-color: #75A6A3;
}
</style>