#137862

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

Shades of Deep Sea #137862

Tints of Deep Sea #137862

Color information

#137862 (or 0x137862) is unknown color: approx Deep Sea. HEX triplet: 13, 78 and 62. RGB value is (19,120,98). Sum of RGB (Red+Green+Blue) = 19+120+98=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #137862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137862 is #EC879D. Grayscale: #575757. Windows color (decimal): -15501214 or 6453267. OLE color: 6453267.

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

Color convert

RGB1912098-
CMYK0.8400.180.53
HSL166.93º72.66%27.25%-
HSV(B)166.93º84.17%47.06%-
XYZ9.1914.4513.86-
YUV87.29134.0479.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=8.02%
G=50.63%
B=41.35%

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
Decimal19120980.8400.180.53166.9372.6627.25
Hex1378625401235a7491b
Octal231701421240226524711133
Binary1001111110001100010101010001001011010110100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137862; }

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

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

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

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

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

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

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

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