Shades of Neptune #7CADAB
Tints of Neptune #7CADAB
RGB
CMYK
RGB Variations
Color information
#7CADAB (or 0x7CADAB) is known color: Neptune. HEX triplet: 7C, AD and AB. RGB value is (124,173,171). Sum of RGB (Red+Green+Blue) = 124+173+171=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #7CADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CADAB is #835254. Grayscale: #9E9E9E. Windows color (decimal): -8606293 or 11251068. OLE color: 11251068.
HSL color Cylindrical-coordinate representation of color #7CADAB: hue angle of 177.55º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CADAB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 173 | 171 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.32 |
| HSL | 177.55º | 0.23% | 0.58% | - |
| HSV(B) | 177.55º | 0.28% | 0.68% | - |
| XYZ | 30.61 | 37.11 | 44.08 | - |
| YUV | 158.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 171 | 0.28 | 0 | 0.01 | 0.32 | 177.55 | 0.23 | 0.58 |
| Hex | 7C | AD | AB | 1C | 0 | 1 | 20 | B2 | 17 | 3A |
| Octal | 174 | 255 | 253 | 34 | 0 | 1 | 40 | 262 | 27 | 72 |
| Binary | 1111100 | 10101101 | 10101011 | 11100 | 0 | 1 | 100000 | 10110010 | 10111 | 111010 |
Color Harmonies of #7CADAB
Complementary color
Monochromatic Colors of #7CADAB
Black with #7CADAB
Text Example
Text Example
White with #7CADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CADAB; }
p { color: rgb(124,173,171); }
H1.HeaderClassName
{
color: #7CADAB;
}
.AnyTagClassName
{
color: #7CADAB;
}
</style>
background-color css
<style>
a { background-color: #7CADAB; }
a { background-color: rgb(124,173,171); }
div.DivClassName
{
background-color: #7CADAB;
}
.BgClassName
{
background-color: #7CADAB;
}
</style>
border-color css
<style>
span { border-color: #7CADAB; }
span { border-color: rgb(124,173,171); }
td.TdClassName
{
border-color: #7CADAB;
}
.TagClassName
{
border-color: #7CADAB;
}
</style>