#147863

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

Shades of Deep Sea #147863

Tints of Deep Sea #147863

Color information

#147863 (or 0x147863) is unknown color: approx Deep Sea. HEX triplet: 14, 78 and 63. RGB value is (20,120,99). Sum of RGB (Red+Green+Blue) = 20+120+99=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #147863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147863 is #EB879C. Grayscale: #575757. Windows color (decimal): -15435677 or 6518804. OLE color: 6518804.

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

Color convert

RGB2012099-
CMYK0.8300.170.53
HSL167.4º71.43%27.45%-
HSV(B)167.4º83.33%47.06%-
XYZ9.2614.4814.11-
YUV87.71134.3779.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=8.37%
G=50.21%
B=41.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120990.8300.170.53167.471.4327.45
Hex1478635301135a7471b
Octal241701431230216524710733
Binary1010011110001100011101001101000111010110100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147863; }

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

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

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

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

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

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

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

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