#134039

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

Shades of Deep Teal #134039

Tints of Deep Teal #134039

Color information

#134039 (or 0x134039) is unknown color: approx Deep Teal. HEX triplet: 13, 40 and 39. RGB value is (19,64,57). Sum of RGB (Red+Green+Blue) = 19+64+57=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #134039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134039 is #ECBFC6. Grayscale: #313131. Windows color (decimal): -15515591 or 3751955. OLE color: 3751955.

HSL color Cylindrical-coordinate representation of color #134039: hue angle of 170.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 #134039 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB196457-
CMYK0.7000.110.75
HSL170.67º54.22%16.27%-
HSV(B)170.67º70.31%25.1%-
XYZ2.844.14.51-
YUV49.75132.09106.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=13.57%
G=45.71%
B=40.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964570.7000.110.75170.6754.2216.27
Hex134039460B4Bab3610
Octal23100711060131132536620
Binary10011100000011100110001100101110010111010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134039; }

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

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

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

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

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

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

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

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