#137261

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

Shades of Deep Sea #137261

Tints of Deep Sea #137261

Color information

#137261 (or 0x137261) is unknown color: approx Deep Sea. HEX triplet: 13, 72 and 61. RGB value is (19,114,97). Sum of RGB (Red+Green+Blue) = 19+114+97=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #137261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137261 is #EC8D9E. Grayscale: #535353. Windows color (decimal): -15502751 or 6386195. OLE color: 6386195.

HSL color Cylindrical-coordinate representation of color #137261: hue angle of 169.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137261 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1911497-
CMYK0.8300.150.55
HSL169.26º71.43%26.08%-
HSV(B)169.26º83.33%44.71%-
XYZ8.4413.0413.38-
YUV83.66135.5381.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=8.26%
G=49.57%
B=42.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114970.8300.150.55169.2671.4326.08
Hex137261530F37a9471a
Octal231621411230176725110732
Binary100111110010110000110100110111111011110101001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137261; }

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

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

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

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

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

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

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

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