Shades of Neptune #7BAEAC
Tints of Neptune #7BAEAC
RGB
CMYK
RGB Variations
Color information
#7BAEAC (or 0x7BAEAC) is known color: Neptune. HEX triplet: 7B, AE and AC. RGB value is (123,174,172). Sum of RGB (Red+Green+Blue) = 123+174+172=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAC is #845153. Grayscale: #9E9E9E. Windows color (decimal): -8671572 or 11316859. OLE color: 11316859.
HSL color Cylindrical-coordinate representation of color #7BAEAC: hue angle of 177.65º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAEAC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 123 | 174 | 172 | - |
CMYK | 0.29 | 0 | 0.01 | 0.32 |
HSL | 177.65º | 0.24% | 0.58% | - |
HSV(B) | 177.65º | 0.29% | 0.68% | - |
XYZ | 30.75 | 37.46 | 44.64 | - |
YUV | 158.52 | 135.6 | 102.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 174 | 172 | 0.29 | 0 | 0.01 | 0.32 | 177.65 | 0.24 | 0.58 |
Hex | 7B | AE | AC | 1D | 0 | 1 | 20 | B2 | 18 | 3A |
Octal | 173 | 256 | 254 | 35 | 0 | 1 | 40 | 262 | 30 | 72 |
Binary | 1111011 | 10101110 | 10101100 | 11101 | 0 | 1 | 100000 | 10110010 | 11000 | 111010 |
Color Harmonies of #7BAEAC
Complementary color
Monochromatic Colors of #7BAEAC
Black with #7BAEAC
Text Example
Text Example
White with #7BAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAEAC; }
p { color: rgb(123,174,172); }
H1.HeaderClassName
{
color: #7BAEAC;
}
.AnyTagClassName
{
color: #7BAEAC;
}
</style>
background-color css
<style>
a { background-color: #7BAEAC; }
a { background-color: rgb(123,174,172); }
div.DivClassName
{
background-color: #7BAEAC;
}
.BgClassName
{
background-color: #7BAEAC;
}
</style>
border-color css
<style>
span { border-color: #7BAEAC; }
span { border-color: rgb(123,174,172); }
td.TdClassName
{
border-color: #7BAEAC;
}
.TagClassName
{
border-color: #7BAEAC;
}
</style>