#137F5C

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

Shades of Deep Sea #137F5C

Tints of Deep Sea #137F5C

Color information

#137F5C (or 0x137F5C) is unknown color: approx Deep Sea. HEX triplet: 13, 7F and 5C. RGB value is (19,127,92). Sum of RGB (Red+Green+Blue) = 19+127+92=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #137F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F5C is #EC80A3. Grayscale: #5A5A5A. Windows color (decimal): -15499428 or 6061843. OLE color: 6061843.

HSL color Cylindrical-coordinate representation of color #137F5C: hue angle of 160.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F5C is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1912792-
CMYK0.8500.280.50
HSL160.56º73.97%28.63%-
HSV(B)160.56º85.04%49.8%-
XYZ9.7916.0912.71-
YUV90.72128.7276.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 127 (50% from 255) = 53.36%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=7.98%
G=53.36%
B=38.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19127920.8500.280.50160.5673.9728.63
Hex137F5C5501C32a14a1d
Octal231771341250346224111235
Binary1001111111111011100101010101110011001010100001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137F5C; }

 p { color: rgb(19,127,92); }

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

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

 a { background-color: rgb(19,127,92); }

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

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

 span { border-color: rgb(19,127,92); }

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