#137765

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

Shades of Deep Sea #137765

Tints of Deep Sea #137765

Color information

#137765 (or 0x137765) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 65. RGB value is (19,119,101). Sum of RGB (Red+Green+Blue) = 19+119+101=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #137765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137765 is #EC889A. Grayscale: #575757. Windows color (decimal): -15501467 or 6649619. OLE color: 6649619.

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

Color convert

RGB19119101-
CMYK0.8400.150.53
HSL169.2º72.46%27.06%-
HSV(B)169.2º84.03%46.67%-
XYZ9.2114.2714.58-
YUV87.05135.8779.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=7.95%
G=49.79%
B=42.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191191010.8400.150.53169.272.4627.06
Hex137765540F35a9481b
Octal231671451240176525111033
Binary100111110111110010110101000111111010110101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137765; }

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

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

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

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

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

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

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

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