#7CABAD

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

Shades of Neptune #7CABAD

Tints of Neptune #7CABAD

Color information

#7CABAD (or 0x7CABAD) is unknown color: approx Neptune. HEX triplet: 7C, AB and AD. RGB value is (124,171,173). Sum of RGB (Red+Green+Blue) = 124+171+173=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #7CABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABAD is #835452. Grayscale: #9D9D9D. Windows color (decimal): -8606803 or 11381628. OLE color: 11381628.

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

Color convert

RGB124171173-
CMYK0.280.0100.32
HSL182.45º23%58.24%-
HSV(B)182.45º28.32%67.84%-
XYZ30.4236.4344.96-
YUV157.18136.93104.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.50%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=26.50%
G=36.54%
B=36.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241711730.280.0100.32182.452358.24
Hex7CABAD1C1020b6173a
Octal1742532553410402662772
Binary1111100101010111010110111100101000001011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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