#137A5C

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

Shades of Deep Sea #137A5C

Tints of Deep Sea #137A5C

Color information

#137A5C (or 0x137A5C) is unknown color: approx Deep Sea. HEX triplet: 13, 7A and 5C. RGB value is (19,122,92). Sum of RGB (Red+Green+Blue) = 19+122+92=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #137A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A5C is #EC85A3. Grayscale: #575757. Windows color (decimal): -15500708 or 6060563. OLE color: 6060563.

HSL color Cylindrical-coordinate representation of color #137A5C: hue angle of 162.52º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A5C is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1912292-
CMYK0.8400.250.52
HSL162.52º73.05%27.65%-
HSV(B)162.52º84.43%47.84%-
XYZ9.1614.8312.5-
YUV87.78130.3878.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=8.15%
G=52.36%
B=39.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122920.8400.250.52162.5273.0527.65
Hex137A5C5401934a3491c
Octal231721341240316424311134
Binary1001111110101011100101010001100111010010100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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