#7CABAB

Color #7CABAB Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #7CABAB

Tints of Neptune #7CABAB

Color information

#7CABAB (or 0x7CABAB) is unknown color: approx Neptune. HEX triplet: 7C, AB and AB. RGB value is (124,171,171). Sum of RGB (Red+Green+Blue) = 124+171+171=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #7CABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABAB is #835454. Grayscale: #9C9C9C. Windows color (decimal): -8606805 or 11250556. OLE color: 11250556.

HSL color Cylindrical-coordinate representation of color #7CABAB: hue angle of 180º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CABAB is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124171171-
CMYK0.27000.33
HSL180º21.86%57.84%-
HSV(B)180º27.49%67.06%-
XYZ30.2336.3543.95-
YUV156.95135.93104.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=26.61%
G=36.70%
B=36.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711710.27000.3318021.8657.84
Hex7CABAB1B0021b4163a
Octal1742532533300412642672
Binary1111100101010111010101111011001000011011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CABAB; }

 p { color: rgb(124,171,171); }

 H1.HeaderClassName
 {
   color: #7CABAB;
 }
 .AnyTagClassName
 {
   color: #7CABAB;
 }
</style>
background-color css

<style>
 a { background-color: #7CABAB; }

 a { background-color: rgb(124,171,171); }

 div.DivClassName
 {
   background-color: #7CABAB;
 }
 .BgClassName
 {
   background-color: #7CABAB;
 }
</style>
border-color css

<style>
 span { border-color: #7CABAB; }

 span { border-color: rgb(124,171,171); }

 td.TdClassName
 {
   border-color: #7CABAB;
 }
 .TagClassName
 {
   border-color: #7CABAB;
 }
</style>