Shades of Neptune #7BB3B1
Tints of Neptune #7BB3B1
RGB
CMYK
RGB Variations
Color information
#7BB3B1 (or 0x7BB3B1) is known color: Neptune. HEX triplet: 7B, B3 and B1. RGB value is (123,179,177). Sum of RGB (Red+Green+Blue) = 123+179+177=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB3B1 is #844C4E. Grayscale: #A1A1A1. Windows color (decimal): -8670287 or 11645819. OLE color: 11645819.
HSL color Cylindrical-coordinate representation of color #7BB3B1: hue angle of 177.86º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB3B1 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 179 | 177 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.30 |
| HSL | 177.86º | 0.27% | 0.59% | - |
| HSV(B) | 177.86º | 0.31% | 0.7% | - |
| XYZ | 32.22 | 39.63 | 47.55 | - |
| YUV | 162.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 179 | 177 | 0.31 | 0 | 0.01 | 0.30 | 177.86 | 0.27 | 0.59 |
| Hex | 7B | B3 | B1 | 1F | 0 | 1 | 1E | B2 | 1B | 3B |
| Octal | 173 | 263 | 261 | 37 | 0 | 1 | 36 | 262 | 33 | 73 |
| Binary | 1111011 | 10110011 | 10110001 | 11111 | 0 | 1 | 11110 | 10110010 | 11011 | 111011 |
Color Harmonies of #7BB3B1
Complementary color
Monochromatic Colors of #7BB3B1
Black with #7BB3B1
Text Example
Text Example
White with #7BB3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB3B1; }
p { color: rgb(123,179,177); }
H1.HeaderClassName
{
color: #7BB3B1;
}
.AnyTagClassName
{
color: #7BB3B1;
}
</style>
background-color css
<style>
a { background-color: #7BB3B1; }
a { background-color: rgb(123,179,177); }
div.DivClassName
{
background-color: #7BB3B1;
}
.BgClassName
{
background-color: #7BB3B1;
}
</style>
border-color css
<style>
span { border-color: #7BB3B1; }
span { border-color: rgb(123,179,177); }
td.TdClassName
{
border-color: #7BB3B1;
}
.TagClassName
{
border-color: #7BB3B1;
}
</style>