#134339

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

Shades of Deep Teal #134339

Tints of Deep Teal #134339

Color information

#134339 (or 0x134339) is unknown color: approx Deep Teal. HEX triplet: 13, 43 and 39. RGB value is (19,67,57). Sum of RGB (Red+Green+Blue) = 19+67+57=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #134339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134339 is #ECBCC6. Grayscale: #333333. Windows color (decimal): -15514823 or 3752723. OLE color: 3752723.

HSL color Cylindrical-coordinate representation of color #134339: hue angle of 167.5º 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 #134339 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB196757-
CMYK0.7200.150.74
HSL167.5º55.81%16.86%-
HSV(B)167.5º71.64%26.27%-
XYZ3.014.454.57-
YUV51.51131.1104.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=13.29%
G=46.85%
B=39.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967570.7200.150.74167.555.8116.86
Hex134339480F4Aa83811
Octal23103711100171122507021
Binary10011100001111100110010000111110010101010100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134339; }

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

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

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

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

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

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

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

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