Shades of Neptune #75ADB4
Tints of Neptune #75ADB4
RGB
CMYK
RGB Variations
Color information
#75ADB4 (or 0x75ADB4) is known color: Neptune. HEX triplet: 75, AD and B4. RGB value is (117,173,180). Sum of RGB (Red+Green+Blue) = 117+173+180=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #75ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADB4 is #8A524B. Grayscale: #9C9C9C. Windows color (decimal): -9065036 or 11840885. OLE color: 11840885.
HSL color Cylindrical-coordinate representation of color #75ADB4: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75ADB4 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 173 | 180 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.29 |
| HSL | 186.67º | 0.3% | 0.58% | - |
| HSV(B) | 186.67º | 0.35% | 0.71% | - |
| XYZ | 30.52 | 36.96 | 48.71 | - |
| YUV | 157.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 180 | 0.35 | 0.04 | 0 | 0.29 | 186.67 | 0.3 | 0.58 |
| Hex | 75 | AD | B4 | 23 | 4 | 0 | 1D | BB | 1E | 3A |
| Octal | 165 | 255 | 264 | 43 | 4 | 0 | 35 | 273 | 36 | 72 |
| Binary | 1110101 | 10101101 | 10110100 | 100011 | 100 | 0 | 11101 | 10111011 | 11110 | 111010 |
Color Harmonies of #75ADB4
Complementary color
Monochromatic Colors of #75ADB4
Black with #75ADB4
Text Example
Text Example
White with #75ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ADB4; }
p { color: rgb(117,173,180); }
H1.HeaderClassName
{
color: #75ADB4;
}
.AnyTagClassName
{
color: #75ADB4;
}
</style>
background-color css
<style>
a { background-color: #75ADB4; }
a { background-color: rgb(117,173,180); }
div.DivClassName
{
background-color: #75ADB4;
}
.BgClassName
{
background-color: #75ADB4;
}
</style>
border-color css
<style>
span { border-color: #75ADB4; }
span { border-color: rgb(117,173,180); }
td.TdClassName
{
border-color: #75ADB4;
}
.TagClassName
{
border-color: #75ADB4;
}
</style>