Shades of Neptune #75ABAF
Tints of Neptune #75ABAF
RGB
CMYK
RGB Variations
Color information
#75ABAF (or 0x75ABAF) is known color: Neptune. HEX triplet: 75, AB and AF. RGB value is (117,171,175). Sum of RGB (Red+Green+Blue) = 117+171+175=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #75ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ABAF is #8A5450. Grayscale: #9B9B9B. Windows color (decimal): -9065553 or 11512693. OLE color: 11512693.
HSL color Cylindrical-coordinate representation of color #75ABAF: hue angle of 184.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75ABAF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 171 | 175 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.31 |
| HSL | 184.14º | 0.27% | 0.57% | - |
| HSV(B) | 184.14º | 0.33% | 0.69% | - |
| XYZ | 29.64 | 36 | 45.94 | - |
| YUV | 155.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 175 | 0.33 | 0.02 | 0 | 0.31 | 184.14 | 0.27 | 0.57 |
| Hex | 75 | AB | AF | 21 | 2 | 0 | 1F | B8 | 1B | 39 |
| Octal | 165 | 253 | 257 | 41 | 2 | 0 | 37 | 270 | 33 | 71 |
| Binary | 1110101 | 10101011 | 10101111 | 100001 | 10 | 0 | 11111 | 10111000 | 11011 | 111001 |
Color Harmonies of #75ABAF
Complementary color
Monochromatic Colors of #75ABAF
Black with #75ABAF
Text Example
Text Example
White with #75ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ABAF; }
p { color: rgb(117,171,175); }
H1.HeaderClassName
{
color: #75ABAF;
}
.AnyTagClassName
{
color: #75ABAF;
}
</style>
background-color css
<style>
a { background-color: #75ABAF; }
a { background-color: rgb(117,171,175); }
div.DivClassName
{
background-color: #75ABAF;
}
.BgClassName
{
background-color: #75ABAF;
}
</style>
border-color css
<style>
span { border-color: #75ABAF; }
span { border-color: rgb(117,171,175); }
td.TdClassName
{
border-color: #75ABAF;
}
.TagClassName
{
border-color: #75ABAF;
}
</style>