#134239

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

Shades of Deep Teal #134239

Tints of Deep Teal #134239

Color information

#134239 (or 0x134239) is unknown color: approx Deep Teal. HEX triplet: 13, 42 and 39. RGB value is (19,66,57). Sum of RGB (Red+Green+Blue) = 19+66+57=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #134239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134239 is #ECBDC6. Grayscale: #323232. Windows color (decimal): -15515079 or 3752467. OLE color: 3752467.

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

Color convert

RGB196657-
CMYK0.7100.140.74
HSL168.51º55.29%16.67%-
HSV(B)168.51º71.21%25.88%-
XYZ2.964.334.55-
YUV50.92131.43105.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 57 (22.66% from 255) = 40.14%
R=13.38%
G=46.48%
B=40.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966570.7100.140.74168.5155.2916.67
Hex134239470E4Aa93711
Octal23102711070161122516721
Binary10011100001011100110001110111010010101010100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134239; }

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

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

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

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

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

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

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

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