Shades of Neptune #75A8AB
Tints of Neptune #75A8AB
RGB
CMYK
RGB Variations
Color information
#75A8AB (or 0x75A8AB) is known color: Neptune. HEX triplet: 75, A8 and AB. RGB value is (117,168,171). Sum of RGB (Red+Green+Blue) = 117+168+171=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #75A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A8AB is #8A5754. Grayscale: #999999. Windows color (decimal): -9066325 or 11249781. OLE color: 11249781.
HSL color Cylindrical-coordinate representation of color #75A8AB: hue angle of 183.33º 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 #75A8AB is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 168 | 171 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.33 |
| HSL | 183.33º | 0.24% | 0.56% | - |
| HSV(B) | 183.33º | 0.32% | 0.67% | - |
| XYZ | 28.69 | 34.73 | 43.72 | - |
| YUV | 153.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 171 | 0.32 | 0.02 | 0 | 0.33 | 183.33 | 0.24 | 0.56 |
| Hex | 75 | A8 | AB | 20 | 2 | 0 | 21 | B7 | 18 | 38 |
| Octal | 165 | 250 | 253 | 40 | 2 | 0 | 41 | 267 | 30 | 70 |
| Binary | 1110101 | 10101000 | 10101011 | 100000 | 10 | 0 | 100001 | 10110111 | 11000 | 111000 |
Color Harmonies of #75A8AB
Complementary color
Monochromatic Colors of #75A8AB
Black with #75A8AB
Text Example
Text Example
White with #75A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A8AB; }
p { color: rgb(117,168,171); }
H1.HeaderClassName
{
color: #75A8AB;
}
.AnyTagClassName
{
color: #75A8AB;
}
</style>
background-color css
<style>
a { background-color: #75A8AB; }
a { background-color: rgb(117,168,171); }
div.DivClassName
{
background-color: #75A8AB;
}
.BgClassName
{
background-color: #75A8AB;
}
</style>
border-color css
<style>
span { border-color: #75A8AB; }
span { border-color: rgb(117,168,171); }
td.TdClassName
{
border-color: #75A8AB;
}
.TagClassName
{
border-color: #75A8AB;
}
</style>