Shades of Neptune #7CABB2
Tints of Neptune #7CABB2
RGB
CMYK
RGB Variations
Color information
#7CABB2 (or 0x7CABB2) is known color: Neptune. HEX triplet: 7C, AB and B2. RGB value is (124,171,178). Sum of RGB (Red+Green+Blue) = 124+171+178=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 178 - color contains mainly: blue. Hex color #7CABB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABB2 is #83544D. Grayscale: #9D9D9D. Windows color (decimal): -8606798 or 11709308. OLE color: 11709308.
HSL color Cylindrical-coordinate representation of color #7CABB2: hue angle of 187.78º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CABB2 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 171 | 178 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.30 |
| HSL | 187.78º | 0.26% | 0.59% | - |
| HSV(B) | 187.78º | 0.3% | 0.7% | - |
| XYZ | 30.91 | 36.63 | 47.56 | - |
| YUV | 157.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 178 | 0.30 | 0.04 | 0 | 0.30 | 187.78 | 0.26 | 0.59 |
| Hex | 7C | AB | B2 | 1E | 4 | 0 | 1E | BC | 1A | 3B |
| Octal | 174 | 253 | 262 | 36 | 4 | 0 | 36 | 274 | 32 | 73 |
| Binary | 1111100 | 10101011 | 10110010 | 11110 | 100 | 0 | 11110 | 10111100 | 11010 | 111011 |
Color Harmonies of #7CABB2
Complementary color
Monochromatic Colors of #7CABB2
Black with #7CABB2
Text Example
Text Example
White with #7CABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABB2; }
p { color: rgb(124,171,178); }
H1.HeaderClassName
{
color: #7CABB2;
}
.AnyTagClassName
{
color: #7CABB2;
}
</style>
background-color css
<style>
a { background-color: #7CABB2; }
a { background-color: rgb(124,171,178); }
div.DivClassName
{
background-color: #7CABB2;
}
.BgClassName
{
background-color: #7CABB2;
}
</style>
border-color css
<style>
span { border-color: #7CABB2; }
span { border-color: rgb(124,171,178); }
td.TdClassName
{
border-color: #7CABB2;
}
.TagClassName
{
border-color: #7CABB2;
}
</style>