#147861

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

Shades of Deep Sea #147861

Tints of Deep Sea #147861

Color information

#147861 (or 0x147861) is unknown color: approx Deep Sea. HEX triplet: 14, 78 and 61. RGB value is (20,120,97). Sum of RGB (Red+Green+Blue) = 20+120+97=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #147861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147861 is #EB879E. Grayscale: #575757. Windows color (decimal): -15435679 or 6387732. OLE color: 6387732.

HSL color Cylindrical-coordinate representation of color #147861: hue angle of 166.2º 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 #147861 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB2012097-
CMYK0.8300.190.53
HSL166.2º71.43%27.45%-
HSV(B)166.2º83.33%47.06%-
XYZ9.1614.4413.61-
YUV87.48133.3779.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.44%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=8.44%
G=50.63%
B=40.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120970.8300.190.53166.271.4327.45
Hex1478615301335a6471b
Octal241701411230236524610733
Binary1010011110001100001101001101001111010110100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147861; }

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

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

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

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

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

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

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

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