#7CABAC

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

Shades of Neptune #7CABAC

Tints of Neptune #7CABAC

Color information

#7CABAC (or 0x7CABAC) is unknown color: approx Neptune. HEX triplet: 7C, AB and AC. RGB value is (124,171,172). Sum of RGB (Red+Green+Blue) = 124+171+172=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #7CABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABAC is #835453. Grayscale: #9D9D9D. Windows color (decimal): -8606804 or 11316092. OLE color: 11316092.

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

Color convert

RGB124171172-
CMYK0.280.0100.33
HSL181.25º22.43%58.04%-
HSV(B)181.25º27.91%67.45%-
XYZ30.3236.3944.46-
YUV157.06136.43104.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=26.55%
G=36.62%
B=36.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711720.280.0100.33181.2522.4358.04
Hex7CABAC1C1021b5163a
Octal1742532543410412652672
Binary1111100101010111010110011100101000011011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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