#137768

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

Shades of Deep Sea #137768

Tints of Deep Sea #137768

Color information

#137768 (or 0x137768) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 68. RGB value is (19,119,104). Sum of RGB (Red+Green+Blue) = 19+119+104=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #137768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137768 is #EC8897. Grayscale: #575757. Windows color (decimal): -15501464 or 6846227. OLE color: 6846227.

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

Color convert

RGB19119104-
CMYK0.8400.130.53
HSL171º72.46%27.06%-
HSV(B)171º84.03%46.67%-
XYZ9.3614.3315.37-
YUV87.39137.3779.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=7.85%
G=49.17%
B=42.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191191040.8400.130.5317172.4627.06
Hex137768540D35ab481b
Octal231671501240156525311033
Binary100111110111110100010101000110111010110101011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137768; }

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

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

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

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

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

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

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

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