Shades of Neptune #75AAB3
Tints of Neptune #75AAB3
RGB
CMYK
RGB Variations
Color information
#75AAB3 (or 0x75AAB3) is known color: Neptune. HEX triplet: 75, AA and B3. RGB value is (117,170,179). Sum of RGB (Red+Green+Blue) = 117+170+179=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #75AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAB3 is #8A554C. Grayscale: #9B9B9B. Windows color (decimal): -9065805 or 11774581. OLE color: 11774581.
HSL color Cylindrical-coordinate representation of color #75AAB3: hue angle of 188.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75AAB3 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 170 | 179 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.30 |
| HSL | 188.71º | 0.29% | 0.58% | - |
| HSV(B) | 188.71º | 0.35% | 0.7% | - |
| XYZ | 29.85 | 35.79 | 47.98 | - |
| YUV | 155.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 179 | 0.35 | 0.05 | 0 | 0.30 | 188.71 | 0.29 | 0.58 |
| Hex | 75 | AA | B3 | 23 | 5 | 0 | 1E | BD | 1D | 3A |
| Octal | 165 | 252 | 263 | 43 | 5 | 0 | 36 | 275 | 35 | 72 |
| Binary | 1110101 | 10101010 | 10110011 | 100011 | 101 | 0 | 11110 | 10111101 | 11101 | 111010 |
Color Harmonies of #75AAB3
Complementary color
Monochromatic Colors of #75AAB3
Black with #75AAB3
Text Example
Text Example
White with #75AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AAB3; }
p { color: rgb(117,170,179); }
H1.HeaderClassName
{
color: #75AAB3;
}
.AnyTagClassName
{
color: #75AAB3;
}
</style>
background-color css
<style>
a { background-color: #75AAB3; }
a { background-color: rgb(117,170,179); }
div.DivClassName
{
background-color: #75AAB3;
}
.BgClassName
{
background-color: #75AAB3;
}
</style>
border-color css
<style>
span { border-color: #75AAB3; }
span { border-color: rgb(117,170,179); }
td.TdClassName
{
border-color: #75AAB3;
}
.TagClassName
{
border-color: #75AAB3;
}
</style>