#147963

Color #147963 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #147963

Tints of Deep Sea #147963

Color information

#147963 (or 0x147963) is unknown color: approx Deep Sea. HEX triplet: 14, 79 and 63. RGB value is (20,121,99). Sum of RGB (Red+Green+Blue) = 20+121+99=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #147963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147963 is #EB869C. Grayscale: #585858. Windows color (decimal): -15435421 or 6519060. OLE color: 6519060.

HSL color Cylindrical-coordinate representation of color #147963: hue angle of 166.93º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147963 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB2012199-
CMYK0.8300.180.53
HSL166.93º71.63%27.65%-
HSV(B)166.93º83.47%47.45%-
XYZ9.3814.7214.15-
YUV88.29134.0479.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=8.33%
G=50.42%
B=41.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121990.8300.180.53166.9371.6327.65
Hex1479635301235a7481c
Octal241711431230226524711034
Binary1010011110011100011101001101001011010110100111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147963; }

 p { color: rgb(20,121,99); }

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

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

 a { background-color: rgb(20,121,99); }

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

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

 span { border-color: rgb(20,121,99); }

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