#137758

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

Shades of Deep Sea #137758

Tints of Deep Sea #137758

Color information

#137758 (or 0x137758) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 58. RGB value is (19,119,88). Sum of RGB (Red+Green+Blue) = 19+119+88=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #137758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137758 is #EC88A7. Grayscale: #555555. Windows color (decimal): -15501480 or 5797651. OLE color: 5797651.

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

Color convert

RGB1911988-
CMYK0.8400.260.53
HSL161.4º72.46%27.06%-
HSV(B)161.4º84.03%46.67%-
XYZ8.6314.0411.49-
YUV85.57129.3780.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=8.41%
G=52.65%
B=38.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119880.8400.260.53161.472.4627.06
Hex1377585401A35a1481b
Octal231671301240326524111033
Binary1001111101111011000101010001101011010110100001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137758; }

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

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

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

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

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

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

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

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