#137761

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

Shades of Deep Sea #137761

Tints of Deep Sea #137761

Color information

#137761 (or 0x137761) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 61. RGB value is (19,119,97). Sum of RGB (Red+Green+Blue) = 19+119+97=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #137761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137761 is #EC889E. Grayscale: #565656. Windows color (decimal): -15501471 or 6387475. OLE color: 6387475.

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

Color convert

RGB1911997-
CMYK0.8400.180.53
HSL166.8º72.46%27.06%-
HSV(B)166.8º84.03%46.67%-
XYZ9.0214.213.57-
YUV86.59133.8779.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=8.09%
G=50.64%
B=41.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119970.8400.180.53166.872.4627.06
Hex1377615401235a7481b
Octal231671411240226524711033
Binary1001111101111100001101010001001011010110100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137761; }

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

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

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

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

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

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

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

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