#137763

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

Shades of Deep Sea #137763

Tints of Deep Sea #137763

Color information

#137763 (or 0x137763) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 63. RGB value is (19,119,99). Sum of RGB (Red+Green+Blue) = 19+119+99=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #137763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137763 is #EC889C. Grayscale: #565656. Windows color (decimal): -15501469 or 6518547. OLE color: 6518547.

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

Color convert

RGB1911999-
CMYK0.8400.170.53
HSL168º72.46%27.06%-
HSV(B)168º84.03%46.67%-
XYZ9.1214.2314.07-
YUV86.82134.8779.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=8.02%
G=50.21%
B=41.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119990.8400.170.5316872.4627.06
Hex1377635401135a8481b
Octal231671431240216525011033
Binary1001111101111100011101010001000111010110101000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137763; }

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

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

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

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

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

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

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

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