#134337

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

Shades of Deep Teal #134337

Tints of Deep Teal #134337

Color information

#134337 (or 0x134337) is unknown color: approx Deep Teal. HEX triplet: 13, 43 and 37. RGB value is (19,67,55). Sum of RGB (Red+Green+Blue) = 19+67+55=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #134337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134337 is #ECBCC8. Grayscale: #333333. Windows color (decimal): -15514825 or 3621651. OLE color: 3621651.

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

Color convert

RGB196755-
CMYK0.7200.180.74
HSL165º55.81%16.86%-
HSV(B)165º71.64%26.27%-
XYZ2.974.434.31-
YUV51.28130.1104.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=13.48%
G=47.52%
B=39.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967550.7200.180.7416555.8116.86
Hex134337480124Aa53811
Octal23103671100221122457021
Binary100111000011110111100100001001010010101010010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134337; }

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

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

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

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

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

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

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

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