#134B3F

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

Shades of Deep Teal #134B3F

Tints of Deep Teal #134B3F

Color information

#134B3F (or 0x134B3F) is unknown color: approx Deep Teal. HEX triplet: 13, 4B and 3F. RGB value is (19,75,63). Sum of RGB (Red+Green+Blue) = 19+75+63=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #134B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B3F is #ECB4C0. Grayscale: #383838. Windows color (decimal): -15512769 or 4147987. OLE color: 4147987.

HSL color Cylindrical-coordinate representation of color #134B3F: hue angle of 167.14º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B3F is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB197563-
CMYK0.7500.160.71
HSL167.14º59.57%18.43%-
HSV(B)167.14º74.67%29.41%-
XYZ3.685.535.58-
YUV56.89131.45100.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 63 (25% from 255) = 40.13%
R=12.10%
G=47.77%
B=40.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975630.7500.160.71167.1459.5718.43
Hex134B3F4B01047a73c12
Octal23113771130201072477422
Binary100111001011111111100101101000010001111010011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134B3F; }

 p { color: rgb(19,75,63); }

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

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

 a { background-color: rgb(19,75,63); }

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

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

 span { border-color: rgb(19,75,63); }

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