#137661

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

Shades of Deep Sea #137661

Tints of Deep Sea #137661

Color information

#137661 (or 0x137661) is unknown color: approx Deep Sea. HEX triplet: 13, 76 and 61. RGB value is (19,118,97). Sum of RGB (Red+Green+Blue) = 19+118+97=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #137661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137661 is #EC899E. Grayscale: #555555. Windows color (decimal): -15501727 or 6387219. OLE color: 6387219.

HSL color Cylindrical-coordinate representation of color #137661: hue angle of 167.27º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137661 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1911897-
CMYK0.8400.180.54
HSL167.27º72.26%26.86%-
HSV(B)167.27º83.9%46.27%-
XYZ8.913.9613.53-
YUV86134.280.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=8.12%
G=50.43%
B=41.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118970.8400.180.54167.2772.2626.86
Hex1376615401236a7481b
Octal231661411240226624711033
Binary1001111101101100001101010001001011011010100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137661; }

 p { color: rgb(19,118,97); }

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

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

 a { background-color: rgb(19,118,97); }

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

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

 span { border-color: rgb(19,118,97); }

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