Shades of Neptune #75B1AF
Tints of Neptune #75B1AF
RGB
CMYK
RGB Variations
Color information
#75B1AF (or 0x75B1AF) is known color: Neptune. HEX triplet: 75, B1 and AF. RGB value is (117,177,175). Sum of RGB (Red+Green+Blue) = 117+177+175=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #75B1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B1AF is #8A4E50. Grayscale: #9E9E9E. Windows color (decimal): -9064017 or 11514229. OLE color: 11514229.
HSL color Cylindrical-coordinate representation of color #75B1AF: hue angle of 178º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B1AF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 177 | 175 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.31 |
| HSL | 178º | 0.28% | 0.58% | - |
| HSV(B) | 178º | 0.34% | 0.69% | - |
| XYZ | 30.8 | 38.32 | 46.33 | - |
| YUV | 158.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 175 | 0.34 | 0 | 0.01 | 0.31 | 178 | 0.28 | 0.58 |
| Hex | 75 | B1 | AF | 22 | 0 | 1 | 1F | B2 | 1C | 3A |
| Octal | 165 | 261 | 257 | 42 | 0 | 1 | 37 | 262 | 34 | 72 |
| Binary | 1110101 | 10110001 | 10101111 | 100010 | 0 | 1 | 11111 | 10110010 | 11100 | 111010 |
Color Harmonies of #75B1AF
Complementary color
Monochromatic Colors of #75B1AF
Black with #75B1AF
Text Example
Text Example
White with #75B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B1AF; }
p { color: rgb(117,177,175); }
H1.HeaderClassName
{
color: #75B1AF;
}
.AnyTagClassName
{
color: #75B1AF;
}
</style>
background-color css
<style>
a { background-color: #75B1AF; }
a { background-color: rgb(117,177,175); }
div.DivClassName
{
background-color: #75B1AF;
}
.BgClassName
{
background-color: #75B1AF;
}
</style>
border-color css
<style>
span { border-color: #75B1AF; }
span { border-color: rgb(117,177,175); }
td.TdClassName
{
border-color: #75B1AF;
}
.TagClassName
{
border-color: #75B1AF;
}
</style>