Shades of Neptune #7CB4B3
Tints of Neptune #7CB4B3
RGB
CMYK
RGB Variations
Color information
#7CB4B3 (or 0x7CB4B3) is known color: Neptune. HEX triplet: 7C, B4 and B3. RGB value is (124,180,179). Sum of RGB (Red+Green+Blue) = 124+180+179=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4B3 is #834B4C. Grayscale: #A3A3A3. Windows color (decimal): -8604493 or 11777148. OLE color: 11777148.
HSL color Cylindrical-coordinate representation of color #7CB4B3: hue angle of 178.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB4B3 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 179 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.29 |
| HSL | 178.93º | 0.27% | 0.6% | - |
| HSV(B) | 178.93º | 0.31% | 0.71% | - |
| XYZ | 32.77 | 40.18 | 48.68 | - |
| YUV | 163.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 179 | 0.31 | 0 | 0.01 | 0.29 | 178.93 | 0.27 | 0.6 |
| Hex | 7C | B4 | B3 | 1F | 0 | 1 | 1D | B3 | 1B | 3C |
| Octal | 174 | 264 | 263 | 37 | 0 | 1 | 35 | 263 | 33 | 74 |
| Binary | 1111100 | 10110100 | 10110011 | 11111 | 0 | 1 | 11101 | 10110011 | 11011 | 111100 |
Color Harmonies of #7CB4B3
Complementary color
Monochromatic Colors of #7CB4B3
Black with #7CB4B3
Text Example
Text Example
White with #7CB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB4B3; }
p { color: rgb(124,180,179); }
H1.HeaderClassName
{
color: #7CB4B3;
}
.AnyTagClassName
{
color: #7CB4B3;
}
</style>
background-color css
<style>
a { background-color: #7CB4B3; }
a { background-color: rgb(124,180,179); }
div.DivClassName
{
background-color: #7CB4B3;
}
.BgClassName
{
background-color: #7CB4B3;
}
</style>
border-color css
<style>
span { border-color: #7CB4B3; }
span { border-color: rgb(124,180,179); }
td.TdClassName
{
border-color: #7CB4B3;
}
.TagClassName
{
border-color: #7CB4B3;
}
</style>