#134B3C

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

Shades of Deep Teal #134B3C

Tints of Deep Teal #134B3C

Color information

#134B3C (or 0x134B3C) is unknown color: approx Deep Teal. HEX triplet: 13, 4B and 3C. RGB value is (19,75,60). Sum of RGB (Red+Green+Blue) = 19+75+60=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #134B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B3C is #ECB4C3. Grayscale: #383838. Windows color (decimal): -15512772 or 3951379. OLE color: 3951379.

HSL color Cylindrical-coordinate representation of color #134B3C: hue angle of 163.93º 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 #134B3C is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB197560-
CMYK0.7500.200.71
HSL163.93º59.57%18.43%-
HSV(B)163.93º74.67%29.41%-
XYZ3.65.55.15-
YUV56.55129.95101.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=12.34%
G=48.70%
B=38.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975600.7500.200.71163.9359.5718.43
Hex134B3C4B01447a43c12
Octal23113741130241072447422
Binary100111001011111100100101101010010001111010010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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