#134137

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

Shades of Deep Teal #134137

Tints of Deep Teal #134137

Color information

#134137 (or 0x134137) is unknown color: approx Deep Teal. HEX triplet: 13, 41 and 37. RGB value is (19,65,55). Sum of RGB (Red+Green+Blue) = 19+65+55=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #134137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134137 is #ECBEC8. Grayscale: #323232. Windows color (decimal): -15515337 or 3621139. OLE color: 3621139.

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

Color convert

RGB196555-
CMYK0.7100.150.75
HSL166.96º54.76%16.47%-
HSV(B)166.96º70.77%25.49%-
XYZ2.854.194.27-
YUV50.11130.76105.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=13.67%
G=46.76%
B=39.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965550.7100.150.75166.9654.7616.47
Hex134137470F4Ba73710
Octal23101671070171132476720
Binary10011100000111011110001110111110010111010011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134137; }

 p { color: rgb(19,65,55); }

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

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

 a { background-color: rgb(19,65,55); }

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

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

 span { border-color: rgb(19,65,55); }

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