#133D34

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

Shades of Deep Teal #133D34

Tints of Deep Teal #133D34

Color information

#133D34 (or 0x133D34) is unknown color: approx Deep Teal. HEX triplet: 13, 3D and 34. RGB value is (19,61,52). Sum of RGB (Red+Green+Blue) = 19+61+52=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #133D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D34 is #ECC2CB. Grayscale: #2F2F2F. Windows color (decimal): -15516364 or 3423507. OLE color: 3423507.

HSL color Cylindrical-coordinate representation of color #133D34: hue angle of 167.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D34 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB196152-
CMYK0.6900.150.76
HSL167.14º52.5%15.69%-
HSV(B)167.14º68.85%23.92%-
XYZ2.563.723.83-
YUV47.42130.59107.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=14.39%
G=46.21%
B=39.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961520.6900.150.76167.1452.515.69
Hex133D34450F4Ca73410
Octal2375641050171142476420
Binary1001111110111010010001010111110011001010011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133D34; }

 p { color: rgb(19,61,52); }

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

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

 a { background-color: rgb(19,61,52); }

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

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

 span { border-color: rgb(19,61,52); }

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