Shades of Neptune #7FB5B4
Tints of Neptune #7FB5B4
RGB
CMYK
RGB Variations
Color information
#7FB5B4 (or 0x7FB5B4) is known color: Neptune. HEX triplet: 7F, B5 and B4. RGB value is (127,181,180). Sum of RGB (Red+Green+Blue) = 127+181+180=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB5B4 is #804A4B. Grayscale: #A4A4A4. Windows color (decimal): -8407628 or 11842943. OLE color: 11842943.
HSL color Cylindrical-coordinate representation of color #7FB5B4: hue angle of 178.89º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB5B4 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 180 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.29 |
| HSL | 178.89º | 0.27% | 0.6% | - |
| HSV(B) | 178.89º | 0.3% | 0.71% | - |
| XYZ | 33.51 | 40.86 | 49.3 | - |
| YUV | 164.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 180 | 0.30 | 0 | 0.01 | 0.29 | 178.89 | 0.27 | 0.6 |
| Hex | 7F | B5 | B4 | 1E | 0 | 1 | 1D | B3 | 1B | 3C |
| Octal | 177 | 265 | 264 | 36 | 0 | 1 | 35 | 263 | 33 | 74 |
| Binary | 1111111 | 10110101 | 10110100 | 11110 | 0 | 1 | 11101 | 10110011 | 11011 | 111100 |
Color Harmonies of #7FB5B4
Complementary color
Monochromatic Colors of #7FB5B4
Black with #7FB5B4
Text Example
Text Example
White with #7FB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB5B4; }
p { color: rgb(127,181,180); }
H1.HeaderClassName
{
color: #7FB5B4;
}
.AnyTagClassName
{
color: #7FB5B4;
}
</style>
background-color css
<style>
a { background-color: #7FB5B4; }
a { background-color: rgb(127,181,180); }
div.DivClassName
{
background-color: #7FB5B4;
}
.BgClassName
{
background-color: #7FB5B4;
}
</style>
border-color css
<style>
span { border-color: #7FB5B4; }
span { border-color: rgb(127,181,180); }
td.TdClassName
{
border-color: #7FB5B4;
}
.TagClassName
{
border-color: #7FB5B4;
}
</style>