#137962

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

Shades of Deep Sea #137962

Tints of Deep Sea #137962

Color information

#137962 (or 0x137962) is unknown color: approx Deep Sea. HEX triplet: 13, 79 and 62. RGB value is (19,121,98). Sum of RGB (Red+Green+Blue) = 19+121+98=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #137962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137962 is #EC869D. Grayscale: #575757. Windows color (decimal): -15500958 or 6453523. OLE color: 6453523.

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

Color convert

RGB1912198-
CMYK0.8400.190.53
HSL166.47º72.86%27.45%-
HSV(B)166.47º84.3%47.45%-
XYZ9.3114.713.9-
YUV87.88133.7178.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=7.98%
G=50.84%
B=41.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121980.8400.190.53166.4772.8627.45
Hex1379625401335a6491b
Octal231711421240236524611133
Binary1001111110011100010101010001001111010110100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137962; }

 p { color: rgb(19,121,98); }

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

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

 a { background-color: rgb(19,121,98); }

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

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

 span { border-color: rgb(19,121,98); }

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