Shades of Neptune #7CAAAA
Tints of Neptune #7CAAAA
RGB
CMYK
RGB Variations
Color information
#7CAAAA (or 0x7CAAAA) is known color: Neptune. HEX triplet: 7C, AA and AA. RGB value is (124,170,170). Sum of RGB (Red+Green+Blue) = 124+170+170=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #7CAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAAA is #835555. Grayscale: #9C9C9C. Windows color (decimal): -8607062 or 11184764. OLE color: 11184764.
HSL color Cylindrical-coordinate representation of color #7CAAAA: hue angle of 180º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAAAA is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 170 | - |
| CMYK | 0.27 | 0 | 0 | 0.33 |
| HSL | 180º | 0.21% | 0.58% | - |
| HSV(B) | 180º | 0.27% | 0.67% | - |
| XYZ | 29.94 | 35.94 | 43.39 | - |
| YUV | 156.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 170 | 0.27 | 0 | 0 | 0.33 | 180 | 0.21 | 0.58 |
| Hex | 7C | AA | AA | 1B | 0 | 0 | 21 | B4 | 15 | 3A |
| Octal | 174 | 252 | 252 | 33 | 0 | 0 | 41 | 264 | 25 | 72 |
| Binary | 1111100 | 10101010 | 10101010 | 11011 | 0 | 0 | 100001 | 10110100 | 10101 | 111010 |
Color Harmonies of #7CAAAA
Complementary color
Monochromatic Colors of #7CAAAA
Black with #7CAAAA
Text Example
Text Example
White with #7CAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAAAA; }
p { color: rgb(124,170,170); }
H1.HeaderClassName
{
color: #7CAAAA;
}
.AnyTagClassName
{
color: #7CAAAA;
}
</style>
background-color css
<style>
a { background-color: #7CAAAA; }
a { background-color: rgb(124,170,170); }
div.DivClassName
{
background-color: #7CAAAA;
}
.BgClassName
{
background-color: #7CAAAA;
}
</style>
border-color css
<style>
span { border-color: #7CAAAA; }
span { border-color: rgb(124,170,170); }
td.TdClassName
{
border-color: #7CAAAA;
}
.TagClassName
{
border-color: #7CAAAA;
}
</style>