#134036

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

Shades of Deep Teal #134036

Tints of Deep Teal #134036

Color information

#134036 (or 0x134036) is unknown color: approx Deep Teal. HEX triplet: 13, 40 and 36. RGB value is (19,64,54). Sum of RGB (Red+Green+Blue) = 19+64+54=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #134036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134036 is #ECBFC9. Grayscale: #313131. Windows color (decimal): -15515594 or 3555347. OLE color: 3555347.

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

Color convert

RGB196454-
CMYK0.7000.160.75
HSL166.67º54.22%16.27%-
HSV(B)166.67º70.31%25.1%-
XYZ2.774.074.13-
YUV49.4130.59106.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=13.87%
G=46.72%
B=39.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964540.7000.160.75166.6754.2216.27
Hex134036460104Ba73610
Octal23100661060201132476620
Binary100111000000110110100011001000010010111010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134036; }

 p { color: rgb(19,64,54); }

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

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

 a { background-color: rgb(19,64,54); }

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

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

 span { border-color: rgb(19,64,54); }

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