#134037

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

Shades of Deep Teal #134037

Tints of Deep Teal #134037

Color information

#134037 (or 0x134037) is unknown color: approx Deep Teal. HEX triplet: 13, 40 and 37. RGB value is (19,64,55). Sum of RGB (Red+Green+Blue) = 19+64+55=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #134037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134037 is #ECBFC8. Grayscale: #313131. Windows color (decimal): -15515593 or 3620883. OLE color: 3620883.

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

Color convert

RGB196455-
CMYK0.7000.140.75
HSL168º54.22%16.27%-
HSV(B)168º70.31%25.1%-
XYZ2.794.084.26-
YUV49.52131.09106.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=13.77%
G=46.38%
B=39.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964550.7000.140.7516854.2216.27
Hex134037460E4Ba83610
Octal23100671060161132506620
Binary10011100000011011110001100111010010111010100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134037; }

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

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

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

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

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

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

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

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