#134839

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

Shades of Deep Teal #134839

Tints of Deep Teal #134839

Color information

#134839 (or 0x134839) is unknown color: approx Deep Teal. HEX triplet: 13, 48 and 39. RGB value is (19,72,57). Sum of RGB (Red+Green+Blue) = 19+72+57=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #134839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134839 is #ECB7C6. Grayscale: #363636. Windows color (decimal): -15513543 or 3754003. OLE color: 3754003.

HSL color Cylindrical-coordinate representation of color #134839: hue angle of 163.02º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134839 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB197257-
CMYK0.7400.210.72
HSL163.02º58.24%17.84%-
HSV(B)163.02º73.61%28.24%-
XYZ3.325.074.67-
YUV54.44129.44102.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=12.84%
G=48.65%
B=38.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972570.7400.210.72163.0258.2417.84
Hex1348394A01548a33a12
Octal23110711120251102437222
Binary100111001000111001100101001010110010001010001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134839; }

 p { color: rgb(19,72,57); }

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

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

 a { background-color: rgb(19,72,57); }

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

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

 span { border-color: rgb(19,72,57); }

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