Shades of Neptune #75AAA8
Tints of Neptune #75AAA8
RGB
CMYK
RGB Variations
Color information
#75AAA8 (or 0x75AAA8) is known color: Neptune. HEX triplet: 75, AA and A8. RGB value is (117,170,168). Sum of RGB (Red+Green+Blue) = 117+170+168=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #75AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAA8 is #8A5557. Grayscale: #999999. Windows color (decimal): -9065816 or 11053685. OLE color: 11053685.
HSL color Cylindrical-coordinate representation of color #75AAA8: hue angle of 177.74º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75AAA8 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 170 | 168 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.33 |
| HSL | 177.74º | 0.24% | 0.56% | - |
| HSV(B) | 177.74º | 0.31% | 0.67% | - |
| XYZ | 28.78 | 35.36 | 42.35 | - |
| YUV | 153.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 170 | 168 | 0.31 | 0 | 0.01 | 0.33 | 177.74 | 0.24 | 0.56 |
| Hex | 75 | AA | A8 | 1F | 0 | 1 | 21 | B2 | 18 | 38 |
| Octal | 165 | 252 | 250 | 37 | 0 | 1 | 41 | 262 | 30 | 70 |
| Binary | 1110101 | 10101010 | 10101000 | 11111 | 0 | 1 | 100001 | 10110010 | 11000 | 111000 |
Color Harmonies of #75AAA8
Complementary color
Monochromatic Colors of #75AAA8
Black with #75AAA8
Text Example
Text Example
White with #75AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AAA8; }
p { color: rgb(117,170,168); }
H1.HeaderClassName
{
color: #75AAA8;
}
.AnyTagClassName
{
color: #75AAA8;
}
</style>
background-color css
<style>
a { background-color: #75AAA8; }
a { background-color: rgb(117,170,168); }
div.DivClassName
{
background-color: #75AAA8;
}
.BgClassName
{
background-color: #75AAA8;
}
</style>
border-color css
<style>
span { border-color: #75AAA8; }
span { border-color: rgb(117,170,168); }
td.TdClassName
{
border-color: #75AAA8;
}
.TagClassName
{
border-color: #75AAA8;
}
</style>