#137759

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

Shades of Deep Sea #137759

Tints of Deep Sea #137759

Color information

#137759 (or 0x137759) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 59. RGB value is (19,119,89). Sum of RGB (Red+Green+Blue) = 19+119+89=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #137759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137759 is #EC88A6. Grayscale: #555555. Windows color (decimal): -15501479 or 5863187. OLE color: 5863187.

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

Color convert

RGB1911989-
CMYK0.8400.250.53
HSL162º72.46%27.06%-
HSV(B)162º84.03%46.67%-
XYZ8.6714.0511.71-
YUV85.68129.8780.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=8.37%
G=52.42%
B=39.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119890.8400.250.5316272.4627.06
Hex1377595401935a2481b
Octal231671311240316524211033
Binary1001111101111011001101010001100111010110100010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137759; }

 p { color: rgb(19,119,89); }

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

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

 a { background-color: rgb(19,119,89); }

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

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

 span { border-color: rgb(19,119,89); }

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