Shades of Neptune #7FB3B2
Tints of Neptune #7FB3B2
RGB
CMYK
RGB Variations
Color information
#7FB3B2 (or 0x7FB3B2) is known color: Neptune. HEX triplet: 7F, B3 and B2. RGB value is (127,179,178). Sum of RGB (Red+Green+Blue) = 127+179+178=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB3B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB3B2 is #804C4D. Grayscale: #A3A3A3. Windows color (decimal): -8408142 or 11711359. OLE color: 11711359.
HSL color Cylindrical-coordinate representation of color #7FB3B2: hue angle of 178.85º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB3B2 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 178 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.30 |
| HSL | 178.85º | 0.25% | 0.6% | - |
| HSV(B) | 178.85º | 0.29% | 0.7% | - |
| XYZ | 32.91 | 39.97 | 48.1 | - |
| YUV | 163.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 178 | 0.29 | 0 | 0.01 | 0.30 | 178.85 | 0.25 | 0.6 |
| Hex | 7F | B3 | B2 | 1D | 0 | 1 | 1E | B3 | 19 | 3C |
| Octal | 177 | 263 | 262 | 35 | 0 | 1 | 36 | 263 | 31 | 74 |
| Binary | 1111111 | 10110011 | 10110010 | 11101 | 0 | 1 | 11110 | 10110011 | 11001 | 111100 |
Color Harmonies of #7FB3B2
Complementary color
Monochromatic Colors of #7FB3B2
Black with #7FB3B2
Text Example
Text Example
White with #7FB3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB3B2; }
p { color: rgb(127,179,178); }
H1.HeaderClassName
{
color: #7FB3B2;
}
.AnyTagClassName
{
color: #7FB3B2;
}
</style>
background-color css
<style>
a { background-color: #7FB3B2; }
a { background-color: rgb(127,179,178); }
div.DivClassName
{
background-color: #7FB3B2;
}
.BgClassName
{
background-color: #7FB3B2;
}
</style>
border-color css
<style>
span { border-color: #7FB3B2; }
span { border-color: rgb(127,179,178); }
td.TdClassName
{
border-color: #7FB3B2;
}
.TagClassName
{
border-color: #7FB3B2;
}
</style>