#137762

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

Shades of Deep Sea #137762

Tints of Deep Sea #137762

Color information

#137762 (or 0x137762) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 62. RGB value is (19,119,98). Sum of RGB (Red+Green+Blue) = 19+119+98=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #137762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137762 is #EC889D. Grayscale: #565656. Windows color (decimal): -15501470 or 6453011. OLE color: 6453011.

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

Color convert

RGB1911998-
CMYK0.8400.180.53
HSL167.4º72.46%27.06%-
HSV(B)167.4º84.03%46.67%-
XYZ9.0714.2113.82-
YUV86.71134.3779.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=8.05%
G=50.42%
B=41.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119980.8400.180.53167.472.4627.06
Hex1377625401235a7481b
Octal231671421240226524711033
Binary1001111101111100010101010001001011010110100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137762; }

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

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

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

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

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

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

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

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