Shades of Neptune #7CAAAC
Tints of Neptune #7CAAAC
RGB
CMYK
RGB Variations
Color information
#7CAAAC (or 0x7CAAAC) is known color: Neptune. HEX triplet: 7C, AA and AC. RGB value is (124,170,172). Sum of RGB (Red+Green+Blue) = 124+170+172=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #7CAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAAC is #835553. Grayscale: #9C9C9C. Windows color (decimal): -8607060 or 11315836. OLE color: 11315836.
HSL color Cylindrical-coordinate representation of color #7CAAAC: hue angle of 182.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAAAC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 172 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.33 |
| HSL | 182.5º | 0.22% | 0.58% | - |
| HSV(B) | 182.5º | 0.28% | 0.67% | - |
| XYZ | 30.13 | 36.01 | 44.39 | - |
| YUV | 156.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 172 | 0.28 | 0.01 | 0 | 0.33 | 182.5 | 0.22 | 0.58 |
| Hex | 7C | AA | AC | 1C | 1 | 0 | 21 | B6 | 16 | 3A |
| Octal | 174 | 252 | 254 | 34 | 1 | 0 | 41 | 266 | 26 | 72 |
| Binary | 1111100 | 10101010 | 10101100 | 11100 | 1 | 0 | 100001 | 10110110 | 10110 | 111010 |
Color Harmonies of #7CAAAC
Complementary color
Monochromatic Colors of #7CAAAC
Black with #7CAAAC
Text Example
Text Example
White with #7CAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAAAC; }
p { color: rgb(124,170,172); }
H1.HeaderClassName
{
color: #7CAAAC;
}
.AnyTagClassName
{
color: #7CAAAC;
}
</style>
background-color css
<style>
a { background-color: #7CAAAC; }
a { background-color: rgb(124,170,172); }
div.DivClassName
{
background-color: #7CAAAC;
}
.BgClassName
{
background-color: #7CAAAC;
}
</style>
border-color css
<style>
span { border-color: #7CAAAC; }
span { border-color: rgb(124,170,172); }
td.TdClassName
{
border-color: #7CAAAC;
}
.TagClassName
{
border-color: #7CAAAC;
}
</style>